Skip to content

Releases: prompt/handles-server

v1.0.1

11 Feb 16:56
6115f4d
Compare
Choose a tag to compare

What's Changed

  • fix: Prevent deadlock with database connections by @shrink in #18

Full Changelog: v1...v1.0.1

v1.0.0

10 Feb 13:34
6fc1469
Compare
Choose a tag to compare

What's Changed

  • feat: Create v1 of handles-server using Go by @shrink in #13
  • ci: Build on release by @shrink in #14
  • fix: Extract domain from hostname for domain check by @shrink in #15
  • ci: Build with CGO_ENABLED=0 by @shrink in #17
  • docs: Add quickstart by @shrink in #16

Full Changelog: https://github.com/prompt/handles-server/commits/v1

v1

11 Feb 17:06
6115f4d
Compare
Choose a tag to compare
v1

A release that points to the latest v1

v0

30 Nov 07:53
v0
3aaf63e
Compare
Choose a tag to compare
v0

What's Changed

  • feat: Expose handles for verification over http by @shrink in #1
  • feat: Add postgres handles provider by @shrink in #2
  • feat: Configure fallback redirect for missing handle by @shrink in #3
  • feat: Specify postgres table containing handles by @shrink in #4
  • feat: Add healthcheck endpoint by @shrink in #5
  • feat: Add domain and handle tokens to fallback URL by @shrink in #9
  • fix: Replace multiple occurrences of token in fallback URL by @shrink in #11