@@ -3,6 +3,14 @@ Changelog
33
44Here you can see the full list of changes between each Nightfall release.
55
6+ Version 1.1.1
7+ -------------
8+
9+ Released on November 29, 2021
10+
11+ - Add CONTRIBUTING, CODEOWNERS and update README
12+ - Update User-Agent header
13+
614Version 1.1.0
715-------------
816
@@ -52,19 +60,19 @@ Version 0.6.0
5260
5361Released on July 25, 2021
5462
55- - Update scan and chunking interface to handle dict with multiple items
63+ - Update scan and chunking interface to handle dict with multiple items
5664 instead of list of dicts.
5765
5866.. warning::
59- This is a breaking change compared to version 0.5.0, but all users are
67+ This is a breaking change compared to version 0.5.0, but all users are
6068 reccomended to upgrade to this version. This version represents an
6169 improvement on the previous iteration where instead of handling a list of
6270 dicts, we now handle a single dict with mulitple entries. This simplifies
6371 the library code and makes the interface much more usable.
6472
65- The previous version of the SDK required users to pass in a list of dicts.
66- We now require users to pass in a single dict with multiple entries.
67- ``nightfall.scan([{'id': 'string}])`` should now be
73+ The previous version of the SDK required users to pass in a list of dicts.
74+ We now require users to pass in a single dict with multiple entries.
75+ ``nightfall.scan([{'id': 'string}])`` should now be
6876 ``nightfall.scan({'id': 'string'})``.
6977
7078Version 0.5.0
@@ -92,8 +100,8 @@ Version 0.4.0
92100Released on June 20, 2021
93101
94102- Add debug logs to Nightfall module
95- - Change primary class name from ``Api`` to ``Nightfall`` to make things a bit
96- more clear when this library is used in other programs and allow ``from
103+ - Change primary class name from ``Api`` to ``Nightfall`` to make things a bit
104+ more clear when this library is used in other programs and allow ``from
97105 nightfall import Nightfall``
98106
99107.. warning::
0 commit comments