Skip to content

Latest commit

 

History

History
75 lines (40 loc) · 4.51 KB

CHANGELOG.md

File metadata and controls

75 lines (40 loc) · 4.51 KB

Changelog

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

1.3.2 (2021-10-19)

Bug Fixes

  • import from envalid correctly (c886638)

1.3.1 (2021-10-19)

1.3.0 (2021-03-05)

Features

Bug Fixes

  • remove duplicate import (ced8c78)

1.2.0 (2021-03-04)

Features

1.1.0 (2021-03-04)

Features

  • exit: additional exit handlers (b084019)
  • reconnect: additional logging and defensiveness around restart (16bc870)
  • ack jobs and renotify unacked jobs (c38f2b1)
  • log connection error and shut down (9d466ce)
  • use pg listen for retry and fatal error handling (7a6ce00)

Bug Fixes

1.0.1 (2020-09-24)

Bug Fixes

1.0.0 (2020-09-22)

Features

  • ack jobs and renotify unacked jobs (c38f2b1)
  • log connection error and shut down (9d466ce)
  • use pg listen for retry and fatal error handling (7a6ce00)

Bug Fixes

  • exit on error in startup (224b822)
  • handle empty message payload safely (#10) (545c3e0)
  • proper typing for notification handler (330ceb4)
  • review changes (fb639ac)