Skip to content

Commit 1d1ff48

Browse files
Editorial updates.
1 parent 5f02cb3 commit 1d1ff48

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
# Splunk Logging Library for JavaScript
1+
# Splunk logging for JavaScript
22

33
## v0.9.0
44

5-
### New Features & APIs
5+
### New features & APIs
66

77
* Added the ability to configure automated batching with 3 settings: `batchInterval`, `maxBatchCount`, & `maxBatchSize`.
8-
* Added the ability to retry sending to Splunk in the case of network errors with the `maxRetries` configuration setting.
9-
* Added the ability to configure a custom Splunk event format by overriding `eventFormatter(message, severity)`.
8+
* Added the ability to retry sending to Splunk Enterprise or Splunk Cloud in the case of network errors with the `maxRetries` configuration setting.
9+
* Added the ability to configure a custom Splunk Enterprise or Splunk Cloud event format by overriding `eventFormatter(message, severity)`.
1010

1111
### Breaking Changes
1212

1313
* Removed the `autoFlush` configuration setting. To achieve the same effect, set `config.maxBatchCount` to `0`.
1414
* Removed support for middleware functions.
15-
* The `context` object has been simplified, `config` and `requestOptions` can no longer be specified there - please use those settings directly on the logger.
15+
* The `context` object has been simplified, `config` and `requestOptions` can no longer be specified there; please use those settings directly on the logger.
1616

1717
### Examples
1818

@@ -26,4 +26,4 @@
2626

2727
## v0.8.0 - beta
2828

29-
* Beta release.
29+
* Beta release.

0 commit comments

Comments
 (0)