Skip to content

Releases: muchdogesec/history4feed

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

1.2.0: move post.description into <POST>/html (#215)

24 Mar 13:26
bfc9a0f

Choose a tag to compare

* move post.description into <POST>/html #214

* fix naive pubdate

1.1.7: increase max length for post.description from 2MiB to 4MiB (#213)

17 Mar 16:36
b19015d

Choose a tag to compare

* 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

12 Feb 12:59
1d789d8

Choose a tag to compare

fix empty error? (#209)

1.1.5: fix validation error (#208)

12 Feb 12:15
70fda54

Choose a tag to compare

* fix validation error

* fix test error