Releases: ekristen/libnuke
Releases · ekristen/libnuke
v1.3.0
1.3.0 (2025-06-06)
Features
- scanner: prevent deadlock, warn on full queue (190bc95)
v1.2.0
1.2.0 (2025-06-05)
Bug Fixes
- queue: match on string vs pointer (dec1d1e)
- unique: ensure deterministic hashing (a3a6b58)
Features
- unique from struct automatically (f8791b2)
v1.1.0
1.1.0 (2025-06-04)
Bug Fixes
- dep imports and go.mod (cb9de78)
- deps: update module github.com/stevenle/topsort to v2 (7183bea)
- deps: update module gopkg.in/yaml.v2 to v3 (f90995a)
- revert to topsort@0.2.0 (8691eb7)
Features
- pkg/unique: add Generate func (9041939)
- pkg/unique: uniquekey from struct (76da017)
- resource: interface method for unique-key (19923b4)
v1.1.0-next.3
Features
- pkg/unique: add Generate func (9041939)
v1.1.0-next.2
Features
- pkg/unique: uniquekey from struct (76da017)
v1.1.0-next.1
Features
- resource: interface method for unique-key (19923b4)
v1.0.0
1.0.0 (2025-03-22)
- feat(scanner)!: make scanner completely configurable (0baacee)
Bug Fixes
- scanner: create const for DefaultQueueSize (4301583)
BREAKING CHANGES
- introduce a config for the scanner so that queue length and parallel queries can be set
v0.24.4
0.24.4 (2025-03-14)
Bug Fixes
- filter: filter group logic (183fc86)
v0.24.3
0.24.3 (2025-02-19)
Bug Fixes
- add date format used by AWS for CreateTime on ASGs (5f60e06)