Releases: muchdogesec/history4feed
Releases · muchdogesec/history4feed
1.2.10: Merge pull request #228 from muchdogesec/fix-500-on-long-categories
fix 500 error on long categories causing tests failure
1.2.9: add some indexes, fix tests (#227)
* add some indexes, fix tests * fix st failure * bump
1.2.8
use `updated` where `published` is missing #225 (#226)
1.2.7
add `422` error for when retrieving feed fails muchdogesec/obstracts#…
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