Skip to content

Releases: Asone/nostrss

v1.0.2

30 Apr 03:59
v1.0.2
299004c
Compare
Choose a tag to compare
Release 1.0.2 : Update dependencies to latest versions and bump build…

…s with latest Rust version

v1.0.1

20 Jan 17:55
v1.0.1
a01943a
Compare
Choose a tag to compare
This release provides does not provide much new features, but rather …

…updated dependencies, fixing security issues

v1.0.0

16 Sep 21:43
v1.0.0
1391c2e
Compare
Choose a tag to compare

Release 1.0.0

After 7 months, i think i can finally release a 1.0.0 version.

Most of the basic use-cases i wanted to cover are done. I wanted to provide quality and tooling through the doc, fixtures and a CLI.
The software is on production for many feeds already, therefore it wouldn't make sense to keep developing. the software without a real 1.0.0.

The implementation of NIP-48 seems to be a good checkpoint for this version.

What's Changed

  • fix(ci): fix bad cross conf by @Asone in #52
  • Beta smallfixes by @Asone in #54
  • chore(deps): bump openssl from 0.10.52 to 0.10.55 by @dependabot in #56
  • chore(deps): bump openssl from 0.10.48 to 0.10.55 in /nostrss-core by @dependabot in #55
  • chore(deps): bump rustls-webpki from 0.100.1 to 0.100.2 in /nostrss-core by @dependabot in #63
  • chore(deps): bump rustls-webpki from 0.100.1 to 0.100.2 by @dependabot in #62
  • chore(deps): bump webpki from 0.22.0 to 0.22.1 in /nostrss-core by @dependabot in #64
  • chore(deps): bump webpki from 0.22.0 to 0.22.1 by @dependabot in #65
  • feat(proxy): implement NIP-48 tag by @Asone in #66

Full Changelog: v1.0.0-beta...v1.0.0

v1.0.0-beta

13 Jun 19:54
v1.0.0-beta
5605c6c
Compare
Choose a tag to compare
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

19 May 19:03
v0.4.1-alpha
b0722b3
Compare
Choose a tag to compare
Alpha release 0.4.1 :

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

v0.4.0-alpha

13 May 07:23
v0.4.0-alpha
bcc9327
Compare
Choose a tag to compare
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

14 Apr 09:20
v0.3.1-alpha
8a0baec
Compare
Choose a tag to compare
Alpha release 0.3.1.

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

v0.3.0-alpha

10 Apr 10:48
v0.3.0-alpha
4480cfc
Compare
Choose a tag to compare
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 !

v0.2.1-alpha

29 Mar 13:23
v0.2.1-alpha
250c7d0
Compare
Choose a tag to compare
Alpha release 0.2.1. Provides basic hashtag support and improves mess…

…age formatting

v0.2.0-alpha

28 Mar 17:57
v0.2.0-alpha
bbe84b4
Compare
Choose a tag to compare
release of v0.2.0-alpha which provides multiple identities handling