Skip to content

Releases: differentialhq/differential

v3.12.1

12 Feb 09:45
Compare
Choose a tag to compare

3.12.1 (2024-02-12)

Bug Fixes

v3.12.0

11 Feb 04:05
Compare
Choose a tag to compare

3.12.0 (2024-02-11)

Bug Fixes

  • Keep one machine running to (b25d8ad)

Features

  • Adding interfaces to get and set cluster settings (#119) (91c32cf)
  • Attach deployment to machine and events (#124) (f9c0ce5)
  • Initial deployment scheduling (#121) (64a8c89)
  • Predictive retries toggle on console (#120) (8ec586e)

v3.11.0

10 Feb 00:34
Compare
Choose a tag to compare

3.11.0 (2024-02-10)

Bug Fixes

  • Fix the control-plane build with include flag (f95a751)
  • Predictive retries via self-heal mechanism (#118) (d9dffe4)

Features

v3.10.1

31 Jan 20:21
Compare
Choose a tag to compare

3.10.1 (2024-01-31)

Bug Fixes

  • Throttle polling to recover from server failures (#98) (865de2a)

v3.10.0

31 Jan 19:31
Compare
Choose a tag to compare

3.10.0 (2024-01-31)

Bug Fixes

  • A more readable e2e caching test (#94) (ceef93f)
  • Change metrics storage to postgres (#95) (048207c)
  • Convert writing events to a raw query (#99) (627c8b9)
  • Fix serializing unregistered function errors (#96) (f844184)

Features

  • Adding the retryable function decorator (#91) (5992e1c)

v3.9.0

25 Jan 23:32
Compare
Choose a tag to compare

3.9.0 (2024-01-25)

Bug Fixes

  • Expose cached in the SDK and fix control-plane to respect the decorator (#86) (07897cb)
  • Fix caching test timeouts (#93) (1e39e9a)
  • Fix control plane to respect the cacheKey (#87) (babb20f)
  • Minor styling updates (#85) (9de6842)
  • Parse service defintions correctly on the console (041b02a)

Features

v3.8.0

18 Jan 19:07
Compare
Choose a tag to compare

3.8.0 (2024-01-18)

Bug Fixes

  • Fix job poll timer initialization (#82) (de383d6)
  • Fix the husky command on console (366a26e)
  • Update cluster definition (449ba0a)
  • Use getToken for retrieving auth token (#74) (ea13436), closes #72

Features

v3.7.1

13 Jan 10:06
Compare
Choose a tag to compare

3.7.1 (2024-01-13)

Bug Fixes

  • Add initiate profiler on startup (1e84624)
  • Close handle on cron (#58) (87d29ca)
  • Improve polling and shutdown stability (#62) (db017d6)
  • Reduce open handles (#57) (0dbf051)
  • Remove the deprecated services object (07206ac)

Features

v3.7.0

11 Jan 18:55
Compare
Choose a tag to compare

3.7.0 (2024-01-11)

Bug Fixes

  • Remove incorrect file import (1b81f62)
  • Send service definitions to control-plane (#48) (3a17ee2)
  • Test fixes (#54) (1249b4f)
  • Update contract with getFunctionMetrics (ca663d8)

Features