Skip to content

Releases: Alwatr/store

v6.0.5

12 May 13:09
v6.0.5
2bc7ab8
Compare
Choose a tag to compare

6.0.5 (2024-05-12)

Bug Fixes

  • Errors may be hidden by exit-hook when it occurs.

Miscellaneous Chores

  • deps-dev: bump the development-dependencies group across 1 directory with 3 updates (f97552d) by @dependabot[bot]
  • deps: bump the alwatr-dependencies group with 8 updates (1aa95ca) by @dependabot[bot]
  • deps: bump the github-actions group across 1 directory with 3 updates (e34096c) by @dependabot[bot]
  • lerna: update (ab51222) by @

Dependencies update

v6.0.4

25 Apr 10:54
v6.0.4
bd44b11
Compare
Choose a tag to compare

6.0.4 (2024-04-25)

Bug Fixes

Miscellaneous Chores

v6.0.3

28 Mar 00:47
v6.0.3
b282b9b
Compare
Choose a tag to compare

6.0.3 (2024-03-28)

Bug Fixes

Miscellaneous Chores

v6.0.2

09 Feb 13:34
v6.0.2
07ceff1
Compare
Choose a tag to compare

6.0.2 (2024-02-09)

Performance Improvements

  • nginx: Update nginx-json base image version and improve HEALTHCHECK performance (7e46731) by @AliMD

v6.0.1

24 Jan 15:47
v6.0.1
d704d1b
Compare
Choose a tag to compare

6.0.1 (2024-01-24)

Bug Fixes

  • nginx/debug: Add prefixUri variable to command_test function and add ps command (ae165f8) by @
  • nginx: docker HEALTHCHECK (34f61c0) by @

v6.0.0

24 Jan 14:06
v6.0.0
76b2c1f
Compare
Choose a tag to compare

6.0.0 (2024-01-24)

Features

  • Enhance types, add Jsonifiable type and update method signatures (57502d2) by @AliMD

Miscellaneous Chores

v4.2.1

23 Jan 13:48
v4.2.1
f2bfd70
Compare
Choose a tag to compare

4.2.1 (2024-01-23)

Bug Fixes

  • nginx: NGINX_OPEN_FILE_CACHE_VALID (eeadcf7) by @

v4.2.0

23 Jan 13:08
v4.2.0
2604159
Compare
Choose a tag to compare

4.2.0 (2024-01-23)

Bug Fixes

Features

  • nginx: Update nginx base image and cache settings (62e4176) by @AliMD

v6.0.0-alpha.0

15 Jan 13:13
v6.0.0-alpha.0
14bfd77
Compare
Choose a tag to compare
v6.0.0-alpha.0 Pre-release
Pre-release

6.0.0-alpha.0 (2024-01-15)

⚠ BREAKING CHANGES

  • nginx: default storeApiPrefix change to /api/s6
  • nginx: Add authentication requirement for all location
  • nginx: new authorization method
  • types: PerDevice and PerToken in Region removed

Features

  • nginx: Add 99-deny-other.conf.template to deny all unknown locationswner (4707214)
  • nginx: Add authentication support and remove separate requirement for authentication (ec7e8c4)
  • nginx: Add debug.sh script for debug and test deployment (dcb2b33)
  • nginx: Add region-specific file location per owner (425289c)
  • nginx: Complete new PerUser region location with manager access (d6ab5ed)
  • nginx: extraction of authUserId and authUserToken from authorization header (79fb030)
  • nginx: rewrite debug location (73f9980)
  • nginx: Update region secret location to return 404 (53c2521)

Bug Fixes

  • nginx: location directive in 93-region-managers.conf.template (fc8fdab)
  • nginx: location directive in region public configuration (2b19c0c)
  • nginx: location directive in region-authenticated.conf.template (a82153e)
  • nginx: location try_files issues in PerUser (e2671d4)
  • nginx: regex pattern in location directive (ebd1e27)
  • nginx: Remove extract-auth.conf and add map-auth.conf template (7c74be2)

Code Refactoring

  • nginx: Add authentication requirement for all location (0f52f8c)
  • nginx: Add rewrite rule to remove storeApiPrefix from URL (c0a5a69)
  • nginx: Add storeDebugPath and change storeRegionPerDevice to storeRegionPerOwner (4dcdd61)
  • nginx: Authenticated region location (ebb91c6)
  • nginx: home page JSON response (fb7f70c)
  • nginx: Managers region location (a2568cf)
  • nginx: public region location (3b57d62)
  • nginx: secret region location (358b0bf)
  • types: replace PerDevice and PerToken in Region enum with PerOwner (2b47b5d)

Miscellaneous Chores

  • Add new VS Code extensions (df1914a)
  • Add VS Code settings for nginx formatter (94b861f)
  • deps-dev: bump the development-dependencies group with 8 updates (38ac952)
  • deps: update (8f3edcf)
  • fix storage name (ed76477)
  • lerna: Refactor lerna.json to include chore type in Miscellaneous Chores section (1750f1a)
  • nginx: cleanup (4d971ff)
  • nginx: rename home json (5e1c06b)
  • nginx: Update NGINX store API prefix (f477ce8)

v5.1.0

13 Jan 16:08
v5.1.0
a41f545
Compare
Choose a tag to compare

5.1.0 (2024-01-13)

Features

Code Refactoring

  • Update storeRegionSecret value in Dockerfile and types file (a0b13c6) by @AliMD

Miscellaneous Chores