Skip to content

Commit 63021ff

Browse files
author
Maria Korlotian
authored
Release 5.0.0 (castle#94)
1 parent 1f4651c commit 63021ff

3 files changed

Lines changed: 19 additions & 4 deletions

File tree

CHANGELOG.rst

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,33 @@
11
master
22
------
33

4+
5.0.0 (2020-12-01)
5+
------------------
6+
47
Breaking Changes:
58
~~~~~~~~~~~~~~~~~
9+
- `#92 <https://github.com/castle/castle-python/pull/92>`__ change the impersonation-related DSL
10+
- `#80 <https://github.com/castle/castle-python/pull/80>`__, `#81 <https://github.com/castle/castle-python/pull/81>`__ reorganize structure of the SDK
11+
- `#79 <https://github.com/castle/castle-python/pull/79>`__ rename ``config.url`` to ``config.base_url``
612

7-
- `#79 <https://github.com/castle/castle-python/pull/79/files>`__ drop the configuration ``host``, ``port``, ``url_prefix`` options in favor of ``base_url``
13+
Features:
14+
~~~~~~~~~
15+
- `#97 <https://github.com/castle/castle-python/pull/97>`__ allow to instantiate the configuration
16+
- `#95 <https://github.com/castle/castle-python/pull/95>`__ add webhooks verification
17+
- `#88 <https://github.com/castle/castle-python/pull/88>`__, `#89 <https://github.com/castle/castle-python/pull/89>`__, `#90 <https://github.com/castle/castle-python/pull/90>`__, `#91 <https://github.com/castle/castle-python/pull/91>`__ allow to manage the devices
18+
- `#86 <https://github.com/castle/castle-python/pull/86>`__, `#87 <https://github.com/castle/castle-python/pull/87>`__ add more tests
19+
- `#85 <https://github.com/castle/castle-python/pull/85>`__ add ``Verdict`` and ``Failover`` strategy constants
20+
- `#84 <https://github.com/castle/castle-python/pull/84>`__ update the default timeout
21+
- `#83 <https://github.com/castle/castle-python/pull/83>`__ add logger config option
22+
- `#82 <https://github.com/castle/castle-python/pull/82>`__ drop origin from the default context
823

924
4.0.0 (2020-07-06)
1025
------------------
1126

1227
Features:
1328
~~~~~~~~~
1429

15-
- `#69 <https://github.com/castle/castle-python/pull/69/files>`__ added
30+
- `#69 <https://github.com/castle/castle-python/pull/69>`__ added
1631
impersonator to properties
1732

1833
Breaking Changes:

castle/test/payload/prepare_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def ctx():
2424
'X-Forwarded-For': '217.144.192.112'
2525
},
2626
'ip': '217.144.192.112',
27-
'library': {'name': 'castle-python', 'version': '4.0.0'},
27+
'library': {'name': 'castle-python', 'version': VERSION},
2828
'user_agent': 'test'
2929
}
3030

castle/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '4.0.0'
1+
VERSION = '5.0.0'

0 commit comments

Comments
 (0)