Releases: ahobsonsayers/twigots
Releases · ahobsonsayers/twigots
v0.7.0
What's Changed
- Update configuration, tasks and workflows by @ahobsonsayers in #24
- Add support for flaresolverr by @ahobsonsayers in #23
Full Changelog: v0.6.1...v0.7.0
v0.6.1
What's Changed
- Make sure enums marshal properly to strings by @ahobsonsayers in #22
Full Changelog: v0.6.0...v0.6.1
v0.6.0
What's Changed
- Fix "request cannot be satisfied" CloudFlare error by @ahobsonsayers in #17
- Remove lo dependency by @ahobsonsayers in #18
- Bump github.com/imroc/req/v3 from 3.52.2 to 3.54.0 by @dependabot[bot] in #14
- Bump github.com/samber/lo from 1.47.0 to 1.51.0 by @dependabot[bot] in #13
- Bump golang.org/x/text from 0.24.0 to 0.27.0 by @dependabot[bot] in #12
- Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @dependabot[bot] in #15
New Contributors
- @dependabot[bot] made their first contribution in #14
Full Changelog: v0.5.1...v0.6.0
v0.5.1
What's Changed
- Do not return listings with a CreatedAt time matching the CreatedAfter input when fetching by @ahobsonsayers in #11
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
- QoL Improvements by @ahobsonsayers in #7
- Improve client testing by @ahobsonsayers in #9
- De-dupe fetched tickets by @ahobsonsayers in #6
- Add max ticket price including fee predicate by @ahobsonsayers in #10
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
- Require specifying api key at twickets client creation time by @ahobsonsayers in #5
Full Changelog: v0.3.0...v0.4.0
v0.3.0
Overview
This is a significant release for twigots with many changes and improvements, including breaking changes.
Filtering should now be more easily extensible and simpler to use, and event name matching should be much more robust and lead to far false positives and negatives - previously prevalent due to sensitivity of the similarity score.
What's Changed
- Significantly improve event matching/filtering by @ahobsonsayers in #2
- Reimplement filtering using predicates by @ahobsonsayers in #3
- Move filter logic to its own package by @ahobsonsayers in #4
Full Changelog: v0.2.0...v0.3.0