Skip to content

Releases: prompt/handles-server

v1.1.0

18 Aug 21:40
a6d5c92

Choose a tag to compare

What's Changed

  • feat(cors): Allow cross origin verification requests by @shrink in #26
  • docs: Add link to deploy using Railway by @shrink in #21
  • ci: Run format and test on Pull Request by @shrink in #24
  • fix(download.sh): Correct Typos, fixed syntax errors. by @HenrickTheBull in #23

New Contributors

Full Changelog: v1.02...v1.1.0

v1

11 Feb 17:06
v1
a6d5c92

Choose a tag to compare

v1

A release that points to the latest v1

v1.0.2

13 Feb 15:16
375c866

Choose a tag to compare

What's Changed

  • docs: Add a one line download + start command script by @shrink in #19
  • feat(logging): Replace Text logger with JSON by @shrink in #20

Full Changelog: v1...v1.02

v1.0.1

11 Feb 16:56
6115f4d

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

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

v0

30 Nov 07:53
v0
3aaf63e

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