Skip to content

Releases: project-n-oss/sidekick

v0.1.35

19 Sep 16:49
9dcce5d
Compare
Choose a tag to compare

0.1.35 (2023-09-12)

Features

  • Change logging level from Info to Debug for reduced console noise (#85) (14bed8a)
  • Update Sidekick logo with Granica (#84) (6bd3fcb)

v0.1.34

24 Aug 08:00
8ad694a
Compare
Choose a tag to compare

0.1.34 (2023-08-23)

Features

  • Added a separate config flag to control 404 failover (16e02b6)
  • Enhance Initial Request Target Selection (#78) (dbbe3c4)
  • set failover to default false. Update readme (#82) (c582e88)

Bug Fixes

  • Avoid dumping resp in logger.Debug calls (b9956b9)
  • Convert metadata headers starting with "x-amz-meta" to lower case (160a49a)
  • Dump endpoint used for the request on completion (e2c26e0)
  • Fix tests which were passing crunch_traffic_percent as integer instead of string (512c877)
  • Fix the regression caused by local sidekick logic (#62) (9d67bbb)
  • misc. code and documentation cleanup (04c4f4c)
  • Prevent routing to offline bolt endpoints (f7894eb)
  • Switch Quicksilver mock in tests to use httpmock responder (79333b2)

v0.1.33

18 Aug 19:15
17a8518
Compare
Choose a tag to compare

0.1.33 (2023-08-18)

Bug Fixes

  • fix: Attempt to failover on errors from bolt and aws request

v0.1.32

16 Aug 03:59
bf8e1cd
Compare
Choose a tag to compare

0.1.32 (2023-08-16)

Bug Fixes

v0.1.31

16 Aug 01:21
4ed51b4
Compare
Choose a tag to compare

0.1.31 (2023-08-14)

Features

  • catch panics + additional AWS failover behavior (#70) (1d8c26e)

v0.1.30

11 Aug 14:04
fe09ab2
Compare
Choose a tag to compare

0.1.30 (2023-08-11)

Features

  • always log bolt request analytics in debug mode (#68) (f8d8ed0)

v0.1.29

09 Aug 17:13
5c75439
Compare
Choose a tag to compare

0.1.29 (2023-08-09)

Features

  • log analytics in debug mode for each request made by Sidekick (#66) (2bfc2fa)

v0.1.28

26 Jul 17:43
12c44dc
Compare
Choose a tag to compare

0.1.28 (2023-07-26)

Features

  • return proper error if boltInfo is empty (#63) (83a35cb)

v0.1.27

26 Jul 00:26
1cf6a2d
Compare
Choose a tag to compare

0.1.27 (2023-07-26)

Bug Fixes

  • revert "feat(KRY-634): Add sidekick local run to support local bolt endpoint" (#60) (9e8e919)

v0.1.26

25 Jul 22:53
03776cc
Compare
Choose a tag to compare

0.1.26 (2023-07-25)

Bug Fixes