Releases: hearchco/agent
Releases · hearchco/agent
v0.12.0
What's Changed
- feat(router): enable gin gzip compression by @aleksasiriski in #236
- fix: update readme to reflect go version dependancy by @k4lizen in #240
- refactor: minimize pointers by @aleksasiriski in #209
- chore: Air hot reload by @aleksasiriski in #237
- feat(engines): start page option by @aleksasiriski in #238
- fix(bucket): rerank and len/cap slice instead of TimesReturned by @aleksasiriski in #241
Full Changelog: v0.11.2...v0.12.0
v0.11.2
What's Changed
- chore(fly.io): min machines running are in primary region only, enable force https by @aleksasiriski in #234
- fix(cors,healthcheck): multiple urls for CORS with wildcard support and string response for healthcheck by @aleksasiriski in #235
Full Changelog: v0.11.1...v0.11.2
v0.11.1
What's Changed
- fix: handle empty query correctly by @k4lizen in #227
- build(deps): bump github.com/hearchco/logger from 1.0.0 to 1.0.1 by @dependabot in #228
- ci(codeql): use custom build and run in cli mode by @aleksasiriski in #214
- build(deps): bump golang.org/x/net from 0.21.0 to 0.22.0 by @dependabot in #232
- chore(fly.io): add more machines and allow * CORS by @aleksasiriski in #233
- build(deps): bump golang.org/x/tools from 0.18.0 to 0.19.0 by @dependabot in #231
Full Changelog: v0.11.0...v0.11.1
v0.11.0
What's Changed
- build(deps): bump golangci/golangci-lint-action from 3 to 4 by @dependabot in #213
- build(deps): bump github.com/fxamacker/cbor/v2 from 2.5.0 to 2.6.0 by @dependabot in #217
- build(deps): bump github.com/gin-contrib/graceful from 0.1.0 to 1.0.0 by @dependabot in #216
- build(deps): bump golang.org/x/tools from 0.17.0 to 0.18.0 by @dependabot in #215
- build(deps): bump github.com/redis/go-redis/v9 from 9.4.0 to 9.5.0 by @dependabot in #218
- build(deps): bump github.com/redis/go-redis/v9 from 9.5.0 to 9.5.1 by @dependabot in #219
- build(deps): bump github.com/PuerkitoBio/goquery from 1.8.1 to 1.9.0 by @dependabot in #224
- fix: review and cleanup code relating to bing image search by @k4lizen in #223
- build(deps): bump github.com/PuerkitoBio/goquery from 1.9.0 to 1.9.1 by @dependabot in #225
- feat: image search by @aleksasiriski in #226
Full Changelog: v0.10.0...v0.11.0
v0.10.0
What's Changed
- build(deps): bump golang.org/x/tools from 0.16.1 to 0.17.0 by @dependabot in #177
- fix(log): added port that the router listens on by @aleksasiriski in #182
- fix(refactor): structured logs by @aleksasiriski in #178
- feat: google scholar by @hiddenMedic in #186
- ci: allow running tests on all PRs by @aleksasiriski in #193
- ci: separate unit tests for engines and others by @aleksasiriski in #195
- build(deps): bump github.com/rs/zerolog from 1.31.0 to 1.32.0 by @dependabot in #197
- build(deps): bump github.com/knadh/koanf/v2 from 2.0.1 to 2.0.2 by @dependabot in #196
- build(deps): bump github.com/cockroachdb/pebble from 1.0.0 to 1.1.0 by @dependabot in #198
- build(deps): bump github.com/knadh/koanf/v2 from 2.0.2 to 2.1.0 by @dependabot in #199
- fix(log): make gin use zerolog structured logs and remove query from logs by @aleksasiriski in #185
- fix(log,cache): anonymous and hashed queries by @aleksasiriski in #181
- fix: refactor some engines.Names and config defaults logic by @hiddenMedic in #188
- feat(cache)!: BadgerDB and db.Get() with already hashed value and TTL by @aleksasiriski in #183
- fix(proxy)!: added config for multiple rotating proxies and tls verification with CI integration by @aleksasiriski in #187
- refactor(search,bucket,sedefaults): better project structure by @aleksasiriski in #203
- fix(brave): title selector by @hiddenMedic in #206
Full Changelog: v0.9.0...v0.10.0
v0.9.0
What's Changed
- fix: url parsing by @hiddenMedic in #171
- build(deps): bump github.com/redis/go-redis/v9 from 9.3.1 to 9.4.0 by @dependabot in #174
- build(deps): bump golang.org/x/net from 0.19.0 to 0.20.0 by @dependabot in #175
- feat: added and improved locale specification by @hiddenMedic in #173
- fix(cache): removed fatals from cache related actions, allowing for clean searching instead of crashing by @aleksasiriski in #176
Full Changelog: v0.8.1...v0.9.0
v0.8.1
What's Changed
- build(deps): bump actions/upload-artifact from 3 to 4 by @dependabot in #164
- build(deps): bump golang.org/x/tools from 0.16.0 to 0.16.1 by @dependabot in #163
- chore: added docker to dependabot by @aleksasiriski in #166
- chore: added different running options in makefile by @aleksasiriski in #165
- build(deps): bump github.com/cockroachdb/pebble from 0.0.0-20231206044450-348b3a068f94 to 1.0.0 by @dependabot in #167
- build(deps): bump golang.org/x/crypto from 0.16.0 to 0.17.0 by @dependabot in #169
- build(deps): bump github.com/redis/go-redis/v9 from 9.3.0 to 9.3.1 by @dependabot in #170
Full Changelog: v0.8.0...v0.8.1
v0.8.0
What's Changed
- feat: added readme by @hiddenMedic in #160
- build(deps): bump golang.org/x/net from 0.18.0 to 0.19.0 by @dependabot in #157
- build(deps): bump golang.org/x/tools from 0.15.0 to 0.16.0 by @dependabot in #156
- build(deps): bump github.com/gin-contrib/cors from 1.4.0 to 1.5.0 by @dependabot in #155
- build(deps): bump github.com/gin-contrib/graceful from 0.0.0-20230904152018-e56ed94cd808 to 0.1.0 by @dependabot in #154
- build(deps): bump actions/setup-go from 4 to 5 by @dependabot in #162
- feat: Error handling by @hiddenMedic in #161
Full Changelog: v0.7.0...v0.8.0
v0.7.0
What's Changed
- feat: Switch to wolfi chainguard image by @aleksasiriski in #159
Full Changelog: v0.6.4...v0.7.0