Skip to content

Releases: tesaguri/pipitor

Version 0.3.0-alpha.9

23 Apr 20:11
v0.3.0-alpha.9
fe5d982
Compare
Choose a tag to compare
  • Support JSON manifest format.

  • Dhall support is now optional behind a Cargo feature (disabled by default).

  • You can disable listening of Twitter Streaming API via twitter.stream manifest key.

  • twitter.list.delay manifest value is now of Duration type, instead of a number of milliseconds.

Value of Duration type can either be a (natural) number of seconds (not available in Dhall schema) or a map like {secs = 1, nanos = 500000000} (1 sec and 500 millisecs).

The Dhall schema provides some utility functions to construct Duration values.

  • Added twitter.list.interval manifest key to specify the Duration of intervals between list timelline requests.

  • Added websub.renewal_margin manifest key to specify the timing of renewal of expiring WebSub subscriptions. The value is a Duration between the timing of renewal and the subscription's expiration time.

  • manifest::Outbox::None variant was removed.

Use an empty list of Outboxes instead.

  • manifest::TwitterList.delay is now a std::time::Duration.

Version 0.3.0-alpha.8

13 Aug 15:43
v0.3.0-alpha.8
9582560
Compare
Choose a tag to compare
  • Support systemd-style socket activation mechanism for WebSub subscriber server (a5a24f0)
  • Discover WebSub hubs of RSS feeds (a2056e3)
  • Add twitter.list.delay manifest option (6791154)
  • Support Dhall format for the manifest file (cf3ded4)

Version 0.3.0-alpha.7

20 May 22:24
v0.3.0-alpha.7
ffcbbb0
Compare
Choose a tag to compare
  • Add config for WebSub subscriber server (dec583a)

Version 0.3.0-alpha.5

02 Jan 06:51
v0.3.0-alpha.5
7ad7683
Compare
Choose a tag to compare
  • Fix 'no current reactor' error

Version 0.3.0-alpha.4

02 Jan 05:39
v0.3.0-alpha.4
375375d
Compare
Choose a tag to compare
  • App::with_http_client now takes an impl tower_service::Service as HTTP client
  • Update dependencies

Version 0.3.0-alpha.3

17 Nov 01:10
v0.3.0-alpha.3
fd6400b
Compare
Choose a tag to compare
  • Update dependencies

Version 0.3.0-alpha.2

06 Nov 03:51
v0.3.0-alpha.2
1832eda
Compare
Choose a tag to compare
  • Updated dependencies

Version 0.3.0-alpha.1

06 Sep 01:38
v0.3.0-alpha.1
cf81b08
Compare
Choose a tag to compare
  • Updated public dependencies (tokio: v0.2.0-alpha, hyper: v0.13.0-alpha)
  • Accept "gzip" content encoding for Twitter API requests

Version 0.2.2

31 Aug 18:29
v0.2.2
635e40d
Compare
Choose a tag to compare
  • Support Rustls TLS backend, which enables HTTP/2

Version 0.2.1

21 Aug 11:54
v0.2.1
dfcbb04
Compare
Choose a tag to compare
  • Remove all feature gates
  • Reduce network traffic