Skip to content

Tags: Asone/nostrss

Tags

v1.1.0

Toggle v1.1.0's commit message

Verified

This tag was signed with the committer’s verified signature.
This release provides the following updates :

- dependencies updates :
 Note that this new version uses a version on tokio-cron-scheduler
which changes the scheduler pattern to be used. Read the README to acknowledge
the pattern changes.
- optional cache :
The feed cache is now optional. A default size can still be set with env values,
however if no env value is provided and no cache size is defined for a feed, no limit will
be set.

v1.0.3

Toggle v1.0.3's commit message

Verified

This tag was signed with the committer’s verified signature.
1.0.3 updates most dependencies and also provides a new option flag t…

…o run the application on a dry-run mode. See documentation for further information.

v1.0.2

Toggle v1.0.2's commit message

Verified

This tag was signed with the committer’s verified signature.
Release 1.0.2 : Update dependencies to latest versions and bump build…

…s with latest Rust version

v1.0.1

Toggle v1.0.1's commit message

Verified

This tag was signed with the committer’s verified signature.
This release provides does not provide much new features, but rather …

…updated dependencies, fixing security issues

v1.0.0

Toggle v1.0.0's commit message

Verified

This tag was signed with the committer’s verified signature.
Release 1.0.0

v1.0.0-beta

Toggle v1.0.0-beta's commit message

Verified

This tag was signed with the committer’s verified signature.
1.0.0 beta release :

- Add a save option to CLI to update config files
- Use a single client for all profiles, avoiding to spam connections to relays

v0.4.1-alpha

Toggle v0.4.1-alpha's commit message

Verified

This tag was signed with the committer’s verified signature.
Alpha release 0.4.1 :

- Functional CLI command to add feed
- Functional CLI command to add profile

v0.4.0-alpha

Toggle v0.4.0-alpha's commit message

Verified

This tag was signed with the committer’s verified signature.
Nostrss 0.4.0 alpha :

- Splits the core service and the CLI utils helpers.
- Provides a functional CLI to manage running nostrss instances
- Provides a gRPC API to bridge CLI commands with the core service
- Adds recommended relays option for publishing notes.

v0.3.1-alpha

Toggle v0.3.1-alpha's commit message

Verified

This tag was signed with the committer’s verified signature.
Alpha release 0.3.1.

Provides the capability to assign PoW difficulty for publishing based on profile.

v0.3.0-alpha

Toggle v0.3.0-alpha's commit message

Verified

This tag was signed with the committer’s verified signature.
Alpha Release 0.3.0:

This version provides new useful features as listed below. Please note there are few breaking changes regarding profiles.
See the line regarding profiles:

- Feeds can now use multiple profiles for publishing. Note that if you already use Nostrss in production and want to update it, you will have to update also your rss feeds file if using custom profiles for publishing. The samples have been updated concurrently if you need a reference.
- Added template engine, so you can now customize the messages for each feed. See Readme for more information
- You can now disable relays from config. This allow you to keep parts of relays config even if not intending to connect to those for now

Enjoy !