Releases: Saebasol/Heliotrope
Releases · Saebasol/Heliotrope
6.4.7
What's Changed
- fix(mirroring): backport problem of not mirroring by @SaidBySolo in #300
Full Changelog: 6.4.6...6.4.7
6.4.6
This is the last update to version 6.x.y.
After this release we will focus on the 7.0.0 release.
What's Changed
- chore(deps): bump aiohttp from 3.8.1 to 3.8.3 by @SaidBySolo in #290
- chore(deps): backport sanic 22.9 by @SaidBySolo in #296
Thanks to the sponsors
- @SaidBySolo
- Anonymous Sponsor
Full Changelog: 6.4.4...6.4.6
6.4.4
What's Changed
- chore(deps): bump sentry-sdk from 1.9.7 to 1.9.8 by @dependabot in #286
- chore(deps): bump sqlalchemy[asyncio,mypy] from 1.4.40 to 1.4.41 by @dependabot in #287
Full Changelog: 6.4.2...6.4.4
6.4.2
What's Changed
- feat: support query on random endpoint by @SaidBySolo in #278
- fix(odm): use allowDiskUse by @ombe1229 in #277
- chore(deps): bump sentry-sdk from 1.9.5 to 1.9.7 by @dependabot in #281
Full Changelog: 6.3.6...6.4.2
6.3.6
6.3.5
What's Changed
- fix(odm): offset and limit params not being passed to the search pipeline by @FluffyDiscord in #272
New Contributors
- @FluffyDiscord made their first contribution in #272
Full Changelog: 6.3.4...6.3.5
6.3.4
What's Changed
Feature
- feat(odm): use aggregate in get info list by @SaidBySolo in #256
Bug fixes
- fix(odm): fix sort exceeded memory limit by @SaidBySolo in #268
Deps
- chore(deps): bump sqlalchemy[asyncio,mypy] from 1.4.39 to 1.4.40 by @dependabot in #261
- chore(deps): bump sentry-sdk from 1.9.2 to 1.9.5 by @dependabot in #267
- chore(deps): bump sanic[ext] from 22.6.1 to 22.6.2 by @dependabot in #265
Full Changelog: 6.2.7...6.3.4
6.2.7
What's Changed
New feature
- feat: support multiple language by @SaidBySolo in #253
Fix
- fix(orm): handle int32 @SaidBySolo in fa5a4b1
Performance
- perf: remove bs4 dependency by @SaidBySolo in #221
deps
- chore(deps): remove bs4 by @SaidBySolo in #222
- chore(deps): bump motor from 2.5.1 to 3.0.0 by @dependabot in #223
- chore(deps): bump sqlalchemy[asyncio,mypy] from 1.4.38 to 1.4.39 by @dependabot in #236
- chore(deps): bump lxml from 4.9.0 to 4.9.1 by @dependabot in #241
- chore(deps): bump asyncpg from 0.25.0 to 0.26.0 by @dependabot in #243
- chore(deps): bump sentry-sdk from 1.8.0 to 1.9.0 by @dependabot in #251
- chore(deps): bump sanic[ext] from 22.6.0 to 22.6.1 by @dependabot in #254
6.0.0
Release Note
6th refactoring and optimization for long-term maintenance of Heliotrope is complete.
I don't know if any developers are using Heliotrope, but thanks for your interest.
Changes developers using the API need to know
- The version is no longer included in the path.
- Info returns no longer contain gender symbols.
Changes users who want to self-host need to know
- If the task is interrupted for unknown reasons, it will be restarted.
- You can use the search function even if you do not use MongoDB Atlas.
- More database engines are supported.
- We made it possible to make more detailed settings than before.
- It can be set through command line arguments and environment variables or a json file.
- Supports fine-grained logging
Other
- Hitomi's new structure was applied.
- Test coverage is higher than in previous releases.
- Domain driven design applied
6.0.0-candidate.4
What's Changed
- fix(search): fix aggregate pipeline by @SaidBySolo in #183