Skip to content

Latest commit

 

History

History
57 lines (35 loc) · 1.1 KB

CHANGELOG.md

File metadata and controls

57 lines (35 loc) · 1.1 KB

CHANGELOG

v4.3.2 4 June 2024

  • Ruby 3.3.2
  • Alpine 20
  • Gem updates

v4.3.1 29 February 2024

  • Rack security fixes

v4.3.0 11 January 2024

  • Update to Ruby 3.3.0

v4.2.0 24 April 2023

  • Added additional postcodes to the mock responses
  • Updated to Ruby 3.2.2

v4.1.0 13 February 2023

  • Added a version endpoint
  • New Relic now defaults to off
  • Updated to Ruby 3.2.1 and alpine 3.17

v4.0.3 31 January 2023

  • Reduced the connect timeout on Redis so returns are more responsive without redis
  • Updated to Ruby 3.2.0

v4.0.2 12 August 2022

  • Fix arm64 compaible image missing platforms in Gemfile.lock

v4.0.1 2 August 2022

  • Create arm64 compatible image

v4.0.0 27 July 2022

  • Removed the deprecated /pcw/:api_key... endpoint

v3.0.0 14 July 2022

  • Added a mock mode enabled by MOCK_MODE=true

v2.0.0 17 June 2022

  • fix requests being made to the pcw service regardless of caching
  • make the service resilient to Redis being unavailable
  • add a new simplified endpoint
  • better error recording
  • Update Ruby
  • Update GEMS
  • Add lint step to build process