Releases: tink3rlabs/magic
Releases · tink3rlabs/magic
v0.9.0
v0.8.1
v0.8.0
0.8.0 (2025-07-23)
Feature
Chores
- deps: bump github.com/aws/aws-sdk-go-v2/config (#47) (da2e903)
- deps: bump github.com/aws/aws-sdk-go-v2/credentials (#46) (a7e4c7c)
- deps: bump github.com/aws/aws-sdk-go-v2/service/sns (#45) (a9fb0dc)
- deps: bump gorm.io/driver/mysql from 1.5.7 to 1.6.0 (#35) (e65cdb8)
- Added additional error types (#49) (43c57d9)
v0.7.0
0.7.0 (2025-06-03)
Feature
- Added raw query method to storage interface (0a3ee8e)
Bug Fixes
- fixed SNS publisher config loader issue (acf1724)
- fix migration statements for sqlite adapter (fcfe92a)
- support aws credentials loading chain (7e3e3b3)
Documentation
- Add issue templates (7df9910)
Chores
- Update to go 1.24 (52b0272)
- updated query method to use executePaginatedQuery (4359d93)
- update devcontainer go version (8d4bcb4)
- deps: bump gorm.io/driver/postgres from 1.5.9 to 1.6.0 (dae0373)
- deps: bump gorm.io/driver/sqlite from 1.5.6 to 1.5.7 (41b7ed6)
- deps: bump github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue (bab542d)
- deps: bump github.com/aws/aws-sdk-go-v2/service/sns (e843560)
v0.6.0
0.6.0 (2025-05-27)
Feature
Bug Fixes
- Paging processing in sql (65493ac)
Chores
- deps: bump gorm.io/gorm from 1.25.11 to 1.26.1 (336cc97)
- deps: bump github.com/aws/aws-sdk-go-v2/config (55424ad)
- deps: bump github.com/aws/aws-sdk-go-v2/credentials (3b98dd2)
- deps: bump github.com/go-chi/chi/v5 from 5.1.0 to 5.2.1 (cbe9cc0)
- deps: bump github.com/TwiN/deepmerge from 0.2.1 to 0.2.2 (d9bf8f9)
- Point dependabot to gomod (06d3b0f)
patch
v0.5.1
v0.5.0
v0.4.1
0.4.1 (2025-03-01)
Bug Fixes
- leader: Add schema to leader election for sql (8119247)
- migrations: Append other statements with schema name (f01c7a3)
- pgsql: Fix missing schema in creating migrations table (49be071)
Code Refactoring
- Replace select with built-in gorm methods (d7d2e54)
CI
cicd
- Remove requirement of release commit to release (097442a)