Skip to content

Releases: hirosystems/stacks-devnet-api

v1.5.0

30 Oct 21:48
Compare
Choose a tag to compare

1.5.0 (2024-10-30)

Features

v1.4.0

29 Oct 01:35
Compare
Choose a tag to compare

1.4.0 (2024-10-29)

Features

v1.3.0

03 Oct 20:10
Compare
Choose a tag to compare

1.3.0 (2024-10-03)

Features

v1.2.1

17 Jun 18:16
Compare
Choose a tag to compare

1.2.1 (2024-06-17)

Bug Fixes

  • pass faucet address env var to stacks network (#97) (a543e86)

v1.2.0

29 Apr 15:31
Compare
Choose a tag to compare

1.2.0 (2024-04-29)

Features

  • track last request time for each user id (#93) (71e070e)
  • upgrade to clarinet 2.6.0; remove use_nakamoto (#94) (9495b13)

v1.1.0

25 Mar 21:54
Compare
Choose a tag to compare

1.1.0 (2024-03-25)

Features

  • allow config path to be configured via env var (#67) (483fb8b)
  • allow configuring k8s context with env var (#71) (f7e6bc3)
  • check auth header before allowing access (#47) (6dcb36d)
  • remove pods; implement deployments/stateful sets (#75) (6399c19)
  • status page at GET / and GET /api/v1/status routes (#68) (d4c2290)
  • upgrade clarinet to v2.4.0; enable use_nakamoto field to configure stacks chain for nakamoto (#89) (521acd1)
  • upgrade to using clarinet crate to parse config (#46) (d57d3a1)

Bug Fixes

  • add ACCESS_CONTROL_ALLOW_HEADERS to response header (#52) (225d2c9)
  • add subPath for postgres volume mount (#73) (7812741)
  • api container spelling fix (7b52f93)
  • don't require auth on OPTIONS requests; configure user-id prefix to make namespace (#51) (9fe7972)
  • reduce permissions for cluster role (#54) (2ea50ea)
  • removing untemplated labels (#82) (e92dcb5)
  • set img pull policy for stacks blockchain api (0b959c2)
  • template (#85) (4399177)

v1.0.0

16 Nov 19:25
Compare
Choose a tag to compare

1.0.0 (2023-11-16)

Features

Bug Fixes

  • add access_control_allow_credentials header (a482a93)
  • add cors settings; refactor http responses (#42) (c46db4c), closes #21
  • assert more general error msg (#48) (926e3a0)
  • create namespace in deploy api script (f5ff5e0)