Releases: prompt/handles-server
Releases · prompt/handles-server
v1.1.0
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
- @HenrickTheBull made their first contribution in #23
Full Changelog: v1.02...v1.1.0
v1
v1.0.2
v1.0.1
v1.0.0
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=0by @shrink in #17 - docs: Add quickstart by @shrink in #16
Full Changelog: https://github.com/prompt/handles-server/commits/v1
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
domainandhandletokens to fallback URL by @shrink in #9 - fix: Replace multiple occurrences of token in fallback URL by @shrink in #11