chore: release new version 🚀#658
Open
cameri wants to merge 1 commit into
Open
Conversation
4ba75ee to
71ffce0
Compare
e893faa to
cb12024
Compare
Releases: nostream@3.1.0 [skip ci]
cb12024 to
43f217f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
nostream@3.1.0
Minor Changes
#641
837540bThanks @Ferryx349! - feat: add disabled-by-default admin API with password auth, session, and health endpoints#653
8ab4825Thanks @Ferryx349! - feat: add OpenTelemetry metrics bootstrap with OTLP export for Prometheus#661
237b1a4Thanks @Ferryx349! - feat: instrument event and websocket handlers with OpenTelemetry metrics#587
30fa252Thanks @Anshumancanrock! - Add NIP-50 full-text search support with PostgreSQLtsvector/GINindexing.Clients can now include a
searchfield in REQ filter objects to perform full-textqueries against event content. Results are ranked by relevance (
ts_rank) insteadof the usual
created_atordering, per the NIP-50 specification.Features:
searchfilter field accepted in REQ messagesto_tsvector('simple', event_content)for fast full-text lookupssimple, supportsenglish,spanish, etc.)#650
3461dfeThanks @Anshumancanrock! - Add NIP-43 invite code foundation: InviteCodeRepository with atomic claimCode, invite_codes migration, and event kind/tag constants.#644
2f6d773Thanks @Anshumancanrock! - feat: reject NIP-70 protected events and reposts embedding themPatch Changes
#646
eb64d8aThanks @dependabot! - chore(deps): bump js-yaml from 4.1.1 to 4.2.0#640
ca23be1Thanks @Anshumancanrock! - test: optimize nip05.spec.ts & nip03.spec.ts resource managementbefore/afterin verifyNip05Identifier tests (create once, reset between tests)beforeinstead of per-testbeforeEach