Releases: castle/castle-node
Releases · castle/castle-node
Release v2.2.2
Release v2.2.1
- #157 - exposed more data types publicly
Release v2.2.0
Release v2.1.1
Release v2.1.0
Release v2.0.1
Release v2.0.0
BREAKING CHANGES:
- removed auto context building from the command payload generation. Follow https://docs.castle.io/ for passing the context to the commands. This version does not build context when castle commands are called.
ContextPrepareService
should be used explicitly. #135
Enhancements
- allowed to import errors classes and constants
- fixed inconsistencies regarding failover responses between the commands #136
- removed unused code
Release v1.2.0
Release 1.1.1
Enhancements
- #131
- failover response enhancement, removed X-Castle header from allowlist, minor dependencies updates
Release 1.1.0
Enhancements
- #127
- Introduce a new exception
InvalidRequestTokenError
for facilitating handling of all request token related errors
- Introduce a new exception