Skip to content

Releases: castle/castle-node

Release v2.2.2

05 Jul 10:03
65e5ded
Compare
Choose a tag to compare

Release v2.2.1

08 May 09:25
053875f
Compare
Choose a tag to compare
  • #157 - exposed more data types publicly

Release v2.2.0

05 May 11:59
58018e0
Compare
Choose a tag to compare
  • #155 #152 #151#150 added more typings, consts and added List API
  • #154 #153 dependencies bumps, removed express.js dependency

Release v2.1.1

24 Jan 18:33
0cd9d48
Compare
Choose a tag to compare
  • #146 add and expose more typings
  • #147 internal dependencies bumps

Release v2.1.0

22 Dec 15:30
f404b33
Compare
Choose a tag to compare
  • #142 dependencies updates
  • #143 #144 updated definitions to match API schema

Release v2.0.1

26 Oct 16:18
0fc3710
Compare
Choose a tag to compare
  • #140, #138
    • internal dependencies and readme updates

Release v2.0.0

26 Jul 23:52
eebe00d
Compare
Choose a tag to compare

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

31 Mar 16:09
b747d17
Compare
Choose a tag to compare

Bug fixes:

  • #132
    • fixed how options in the context prepare are merged in ContextPrepareService.call
    • changed/fixed how payload prepare options are merge in PayloadPrepareService.call

Enhancements

  • #133
    • increased default timeout from 1000 to 1500
  • #133
    • exposed ContextPrepareService

Release 1.1.1

22 Mar 21:29
e89c6a9
Compare
Choose a tag to compare

Enhancements

  • #131
    • failover response enhancement, removed X-Castle header from allowlist, minor dependencies updates

Release 1.1.0

22 Mar 21:28
805347c
Compare
Choose a tag to compare

Enhancements

  • #127
    • Introduce a new exception InvalidRequestTokenError for facilitating handling of all request token related errors