Skip to content

ark_resolver: v1.9.0

Choose a tag to compare

@daschbot daschbot released this 27 Feb 19:42
008f6f1

1.9.0 (2025-02-27)

Maintenances

  • Add a release-please action (#43) (f0ce321)
  • Add dependabot config (#66) (82cbc79)
  • Add help target (1e3a383)
  • Add parallel rust config implementation (#64) (856a058)
  • Add release-please (#65) (ae52f90)
  • Bump base image alpine version (#62) (e3a20e6)
  • Bump sanic related modules versions (DEV-191) (2a55260)
  • Bump sanic related modules versions (DEV-191) (2a55260)
  • deps: Bump certifi from 2021.5.30 to 2022.12.7 (7576a93)
  • deps: Bump certifi from 2022.12.7 to 2023.7.22 (163210d)
  • deps: Bump certifi from 2022.12.7 to 2023.7.22 (c2f66f6)
  • deps: Bump certifi from 2023.7.22 to 2024.7.4 (#63) (6f78595)
  • deps: Bump dependencies (#54) (baeafef)
  • deps: Bump idna from 3.4 to 3.7 (#57) (2141b4f)
  • deps: Bump requests from 2.20.0 to 2.22.0 (#15) (0b4e5d1)
  • deps: Bump requests from 2.25.1 to 2.31.0 (de6ce65)
  • deps: Bump requests from 2.25.1 to 2.31.0 (b22d053)
  • deps: Bump requests from 2.31.0 to 2.32.0 (#60) (91e842e)
  • deps: Bump sanic from 18.12.0 to 19.6.3 (#16) (2f9c885)
  • deps: Bump sanic from 19.6.3 to 19.9.0 (#17) (02a7481)
  • deps: Bump the backend-dependencies group with 3 updates (#69) (d0c5b51)
  • deps: Bump ujson from 4.2.0 to 5.4.0 (17b76f8)
  • deps: Bump urllib3 from 2.0.6 to 2.0.7 (#56) (16087a1)
  • deps: Bump urllib3 from 2.0.7 to 2.2.2 (#61) (8f21269)
  • Fix makefile (2aeb3eb)
  • Fix publishing to dockerhub job: trigger when a release was published (#50) (4808540)
  • Fixing release-please (ab33d9a)
  • Move test and publish to Github-CI (61d3792)
  • Reformat (09c6cf6)
  • Release 1.7.10 (#52) (4819f10)
  • Release 1.7.8 (#47) (cd41421)
  • Release 1.7.9 (#49) (78464a7)
  • Revert all release-please related changes (DEV-2705) (#55) (11962dc)
  • Split ark.py into modules. (65505c8)

Documentation

Enhancements

Bug Fixes

  • Add PR title constraint in order to make release-please work (#45) (862bced)
  • Change docker image to start as server (32bb0e2)
  • Check GitHub signature in webhook route. (1795607)
  • Deployment action needs a token with more permissions (#48) (62f0893)
  • Fix ark resolver not working (#59) (6212edb)
  • Fix publishing to dockerhub job: trigger when a release was published (#51) (df0c1d1)
  • Fix requirements.txt. (d054ef1)
  • Fix secret not being removed from /config response (#58) (0dafdd9)
  • Invalid project ARK (DEV-1536) (b47c1a7)
  • release-please: Run tests on pull_request instead of on push (#53) (1e58ce0)
  • release-please: Use secrets.GITHUB_TOKEN instead of secrets.GH_TOKEN (#46) (a60f837)
  • Support HTTP method HEAD for URL /config (#10) (2a92692)
  • Support project ARK URLs for projects that are hosted on salsah.org. (3b0a1b0)

Tests