Skip to content

Commit 064db37

Browse files
author
Shakeel Mohamed
committed
Update changelog to match master
1 parent d53791f commit 064db37

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

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

3+
## Version 1.1
4+
5+
### New features and APIs
6+
7+
* Added support for building modular input scripts in Python using the Splunk
8+
SDK for Python.
9+
10+
### Minor additions
11+
12+
* Added 2 modular input examples: `Github forks` and `random numbers`.
13+
14+
* Added a `dist` command to `setup.py`. Running `setup.py dist` will generate
15+
2 `.spl` files for the new modular input example apps.
16+
17+
* `client.py` in the `splunklib` module will now restart Splunk via an HTTP
18+
post request instead of an HTTP get request.
19+
20+
* `.gitignore` has been updated to ignore `local` and `metadata` subdirectories
21+
for any examples.
22+
323
## Version 1.0
424

525
### New features and APIs

0 commit comments

Comments
 (0)