Skip to content

Releases: muchdogesec/history4feed

1.2.10: Merge pull request #228 from muchdogesec/fix-500-on-long-categories

15 Jun 09:40
58699bd

Choose a tag to compare

fix 500 error on long categories causing tests failure

1.2.9: add some indexes, fix tests (#227)

10 Jun 13:44
c594a96

Choose a tag to compare

* add some indexes, fix tests

* fix st failure

* bump

1.2.8

10 Jun 05:29
6b81af8

Choose a tag to compare

use `updated` where `published` is missing #225 (#226)

1.2.7

09 Jun 10:37
52bf417

Choose a tag to compare

add `422` error for when retrieving feed fails muchdogesec/obstracts#…

1.2.6: defer celery tasks creation for patch post (#222)

13 May 16:14
d2fce10

Choose a tag to compare

* defer celery tasks creation for patch post (was causing timeouts)

* bump version

1.2.5: Bug fixes and enhancements (#221)

13 May 15:38
dc5724e

Choose a tag to compare

* 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)

23 Apr 05:26
791a834

Choose a tag to compare

* 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

14 Apr 05:21
e57dfa7

Choose a tag to compare

updating docs (#218)

1.2.2

13 Apr 15:20
f220088

Choose a tag to compare

limit number of posts per request muchdogesec/obstracts#489 (#217)

1.2.1: Add new indexes (#216)

10 Apr 16:10
c038039

Choose a tag to compare

* add new indexes for faster retrieve

* bump

* add missing migrations