Skip to content

Commit 0929803

Browse files
Version 1.11.5 changed to 1.11.6
Update: - Changelog is updated to 1.11.6. - Version updated in POM.xml - README file updated with version 1.11.6.
1 parent 5675cc0 commit 0929803

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Splunk Logging for Java Changelog
22

3+
## Version 1.11.6
4+
5+
### Enhancements
6+
* Sending Java Throwable object instead of exception message in event.
7+
* Formatter support added in formatting event message in Java Util Logging.
8+
* Any message formatter can be added from properties file.
9+
* By default, SimpleFormatter is used to format event message.
10+
* Layout (deprecated) in socket appender configuration (TcpAppender) is replaced with Encoder.
11+
12+
### Minor Changes
13+
* Starting a new Dispatcher always for OkHttpClient builder. (PR [#193](https://github.com/splunk/splunk-library-javalogging/pull/193))
14+
* README file modified with dependency management guidance. (PR [#217](https://github.com/splunk/splunk-library-javalogging/pull/217))
15+
* JsonHttpContentType in HttpEventCollectorSender is fixed based on [RFC7231](https://httpwg.org/specs/rfc7231.html#media.type) specs. (PR [#256](https://github.com/splunk/splunk-library-javalogging/pull/256))
16+
* Event message strings starting with commenting characters (#, // & /**/) are allowed.
17+
318
## Version 1.11.5
419

520
### Critical Security Update

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Splunk Logging for Java
22

3-
#### Version 1.11.5
3+
#### Version 1.11.6
44

55
Splunk logging for Java enables you to log events to HTTP Event Collector or to a TCP input on a Splunk Enterprise instance within your Java applications. You can use three major Java logging frameworks: [Logback](http://logback.qos.ch), [Log4j 2](http://logging.apache.org/log4j/2.x/), and [java.util.logging](https://docs.oracle.com/javase/7/docs/api/java/util/logging/package-summary.html). Splunk logging for Java is also enabled for [Simple Logging Facade for Java (SLF4J)](http://www.slf4j.org).
66

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>com.splunk.logging</groupId>
77
<artifactId>splunk-library-javalogging</artifactId>
88

9-
<version>1.11.5</version>
9+
<version>1.11.6</version>
1010

1111
<packaging>jar</packaging>
1212

0 commit comments

Comments
 (0)