Skip to content

Commit

Permalink
upgrade logzio sender to 1.1.8 (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
tamir-michaeli authored Jun 27, 2023
1 parent 6937182 commit 233f06e
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 36 deletions.
32 changes: 0 additions & 32 deletions .github/workflows/git-secrets.yml

This file was deleted.

8 changes: 8 additions & 0 deletions .pre_commit_config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
repos:
- repo: https://github.com/cycodehq-public/cycode-cli
rev: 0.1.6
hooks:
- id: cycode
language_version: python3
stages:
- commit
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,9 @@ Will send a log to Logz.io that looks like this:
```

### Release notes
- 1.0.29
- Updated LogzioSender version to `1.1.8`:
- Fix an issue where log is not being truncated properly between size of 32.7k to 500k.
- 1.0.28
- Added exceedMaxSizeAction parameter for handling oversized logs
- Updated LogzioSender version, fixing IndexOutOfBounds error with bigqueue
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.logz.logback</groupId>
<artifactId>logzio-logback-appender</artifactId>
<version>1.0.28</version>
<version>1.0.29</version>

<packaging>jar</packaging>
<name>Logz.io Logback Appender</name>
Expand All @@ -22,8 +22,8 @@

<developers>
<developer>
<name>Roi Rav-Hon</name>
<email>roi@logz.io</email>
<name>Tamir Michaeli</name>
<email>tamir.michaeli@logz.io</email>
<organization>Logz.io</organization>
<organizationUrl>http://logz.io</organizationUrl>
</developer>
Expand All @@ -36,7 +36,7 @@
</scm>

<properties>
<logzio-sender-version>1.1.7</logzio-sender-version>
<logzio-sender-version>1.1.8</logzio-sender-version>
</properties>
<distributionManagement>
<snapshotRepository>
Expand Down

0 comments on commit 233f06e

Please sign in to comment.