Skip to content

Releases: fed135/ha-store

v4.0.0

24 Oct 20:35
6c50c0b
Compare
Choose a tag to compare

New features

  • Supports multiple stores (some local, some remote) #122
  • Fixed a number of bugs, like deleting an entire store was broken ( store.clear('*') )
  • Updated algorithm to account to fix situations where remote store queries happen before coalescing, resulting in wasted trips to external databases #121

Breaking changes

  • Need to update ha-store-redis to 3.x
  • New interface to specify settings, making configuration more explicit

Instead of:

undefined => enabled by default
null => disabled
{ ... } => enabled with config

We have:

{
    enabled: <boolean>
    ... 
}

v3.2.0

23 Jun 13:37
243d861
Compare
Choose a tag to compare

Summary

Minor update (no breaking changes)

Changelist

  • Added logo in README
  • #116
  • #117
  • Updated dependencies

v3.1.0

20 Dec 18:21
af7baec
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.0...v3.1.0

v3.0.0

12 Jul 21:40
9eaf8c8
Compare
Choose a tag to compare

Breaking Changes!

  • Changes the Multi-item query interface, separated from the single-item one. Multi-syntax getMany uses itemized Promise.allSettled formatted responses.
  • Changed API wording
    • batch.tick setting becomes batch.delay
    • batch.max setting becomes batch.limit
    • uniqueParams setting becomes delimiter
  • Removed custom response parser, which felt redundant. Now only itemized objects will be accepted

Other changes

  • Fixed TS definitions
  • Updated libraries
  • Updated linting
  • Added Github actions to replace Travis

Non-magic Newt

08 Apr 19:34
8186d4c
Compare
Choose a tag to compare
  • Uses a native TLRU implementation instead of the micro-caching implementation

Featherlight Fennec

29 Mar 19:47
d49dd80
Compare
Choose a tag to compare
  • Lower memory consumption
  • Removed circuit-breaking features

Trialing Tang

22 Mar 21:01
8b7a6b7
Compare
Choose a tag to compare
v1.12.2

v1.12.2

Bugless Bandicoot

14 Nov 20:55
d072f63
Compare
Choose a tag to compare
v1.7.1

v1.7.1

Stable Saola

12 Oct 20:25
0a5dfc6
Compare
Choose a tag to compare
Merge pull request #30 from fed135/next

[Release] v1.5.0