Skip to content

Latest commit

 

History

History
87 lines (44 loc) · 4.48 KB

CHANGELOG.md

File metadata and controls

87 lines (44 loc) · 4.48 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.3.2 (2022-03-29)

Bug Fixes

  • skip executing empty key deletes (de9988a)

1.3.1 (2022-03-29)

Bug Fixes

1.3.0 (2022-03-29)

Features

  • support ipv6 redis connections (13311fa)

1.2.3 (2022-03-29)

Bug Fixes

  • revert redis url envvar type (1f5ab57)

1.2.2 (2022-03-29)

Bug Fixes

  • update redis url ennvar name (5dbf1ff)

1.2.1 (2021-11-04)

Bug Fixes

  • use timezone config for cache ttl (#29) (a15c4e0)

1.2.0 (2021-08-30)

Features

  • add timezone support for date code replacement (9bba388)

1.1.0 (2021-08-29)

Features

Bug Fixes

  • handle empty values and log errors (e880993)

1.0.0 (2021-03-07)

Features

  • add regex replacement and YYMMDD support (86e28af)
  • allow configuration of 404 response (45e0157)
  • cache Google access token (883fd27)
  • disable caching redirect responses (#19) (c58dc35)
  • normalize paths from both sources (b8d5bb7)
  • scope non-refresh to path (7ffb7d7)
  • source sheet range from secret (f8d3e13)
  • switch to Google Sheets as backend (7978867)

Bug Fixes

  • add content-type response header (43bd9ee)
  • destination not defiend (7c4e633)
  • filter empty records (efcb454)
  • prevent caching of per-invocation constants (#21) (d241e8e)
  • switch to v8-compatible JWT library (2b6e8bb)