Skip to content

Releases: tink3rlabs/magic

v0.9.0

03 Aug 19:07
5d78ca7
Compare
Choose a tag to compare

0.9.0 (2025-08-03)

Feature

  • Added MQL (magic query language) (#57) (5d78ca7)

v0.8.1

24 Jul 15:09
b3a86b8
Compare
Choose a tag to compare

0.8.1 (2025-07-24)

Bug Fixes

  • Updated auth middleware to return proper JSON responses (#51) (b3a86b8)

v0.8.0

23 Jul 22:53
fc4edc1
Compare
Choose a tag to compare

0.8.0 (2025-07-23)

Feature

  • Added auth middleware and NewId utility function (#50) (fc4edc1)

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

03 Jun 13:18
184d41e
Compare
Choose a tag to compare

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

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

27 May 09:31
Compare
Choose a tag to compare

0.6.0 (2025-05-27)

Feature

  • Add count method to adapters (fb1e84c)
  • Add storage adapter search method (3132e67)

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

  • Proper error handling (04092d9)
  • Handle odd queries with empty terms on left or right (d37f37b)
  • Handling implicit search in the lucene parser (e889789)

v0.5.1

16 Mar 20:02
Compare
Choose a tag to compare

0.5.1 (2025-03-16)

Bug Fixes

  • Check if table_name is nil (1620a7f)

v0.5.0

12 Mar 23:43
Compare
Choose a tag to compare

0.5.0 (2025-03-12)

Feature

  • Added support for IN clause in dynamodb adapter (984ceac)

Bug Fixes

  • Fixed dynamodb adapter error when updating leadership heartbeat (c6d801f)

cicd

v0.4.1

01 Mar 09:35
Compare
Choose a tag to compare

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)

v0.4.0

15 Dec 16:48
Compare
Choose a tag to compare

0.4.0 (2024-12-15)

Feature

  • Added pubsub package and implemented SNS publisher (a1990f7)

Bug Fixes

  • add support for snake case dynamodb table names (f997380)

v0.3.0

06 Nov 14:13
a7488f0
Compare
Choose a tag to compare

0.3.0 (2024-11-06)

Feature

  • instantiation and multi-key filtering (#1) (a7488f0)