Releases: muchdogesec/history4feed
Releases · muchdogesec/history4feed
1.2.6: defer celery tasks creation for patch post (#222)
* defer celery tasks creation for patch post (was causing timeouts) * bump version
1.2.5: Bug fixes and enhancements (#221)
* auto truncate long post titles #220; problematic posts should not fail whole feed/url; add clearer errors to job response; etc * bump * remove job_state from post filters muchdogesec/obstracts#506 * allow user the ability to immediately tell if a post failed or timedout in job * move truncate deeper
1.2.4: Bump lxml from 6.0.0 to 6.1.0 in the pip group across 1 directory (#219)
* Bump lxml from 6.0.0 to 6.1.0 in the pip group across 1 directory Bumps the pip group with 1 update in the / directory: [lxml](https://github.com/lxml/lxml). Updates `lxml` from 6.0.0 to 6.1.0 - [Release notes](https://github.com/lxml/lxml/releases) - [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt) - [Commits](https://github.com/lxml/lxml/compare/lxml-6.0.0...lxml-6.1.0) --- updated-dependencies: - dependency-name: lxml dependency-version: 6.1.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com> * Bump version from 1.2.3 to 1.2.4 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: David Greenwood <himynamesdave@users.noreply.github.com>
1.2.3
updating docs (#218)
1.2.2
limit number of posts per request muchdogesec/obstracts#489 (#217)
1.2.1: Add new indexes (#216)
* add new indexes for faster retrieve * bump * add missing migrations
1.2.0: move post.description into <POST>/html (#215)
* move post.description into <POST>/html #214 * fix naive pubdate
1.1.7: increase max length for post.description from 2MiB to 4MiB (#213)
* increase max length for post.description to 8MiB #212 * Update pyproject.toml --------- Co-authored-by: David G <himynamesdave@users.noreply.github.com>
1.1.6
fix empty error? (#209)
1.1.5: fix validation error (#208)
* fix validation error * fix test error