Releases: tcheeric/nostr-java
Releases · tcheeric/nostr-java
v0.007.1-alpha
Full Changelog: v0.007-alpha...v0.007.1-alpha
v0.007-alpha
What's Changed
- EventMessage "subscriptionId" related updates by @avlo in #177
- Update README.md by @maxbrito500 in #178
- Updates to unit tests. Formatting, junit5 style assertions by @austenjt in #183
New Contributors
- @maxbrito500 made their first contribution in #178
- @austenjt made their first contribution in #183
Full Changelog: v0.006-alpha...v0.007-alpha
v0.006-alpha
What's Changed
- OkMessage encoder by @avlo in #162
- Modify fields of NIP46.Response to match protocol by @kuiperanon in #167
- Nip57 - Lightning Zaps by @avlo in #164
- Bump org.bouncycastle:bcprov-jdk18on from 1.72 to 1.78 by @dependabot in #165
- Use OkHttp instead of java.net. by @kuiperanon in #166
- NIP57 unit tests proper relay URI format by @avlo in #168
- Generics Refactor by @avlo in #170
- BaseList (and all other custom List implementations) refactor by @avlo in #171
- BaseMessageEncoder & BaseMessageDecoder refactor by @avlo in #172
- TagDeserializer refactor by @avlo in #173
New Contributors
- @dependabot made their first contribution in #165
Full Changelog: v0.005-alpha...v0.006-alpha
v0.005-alpha
What's Changed
- Refactored NIPs 01, 04, 05, 08, 09, 16, 25, 33 by @guilhermegps in #91
- Feature/#92 nip 30 by @guilhermegps in #93
- Fixing NIP01 search by filters by @tcheeric in #96
- Fixing NIP01 search by filters by @guilhermegps in #95
- Nip 44 and pr95 filters by @tcheeric in #97
- Nip 44 improvements by @tcheeric in #103
- Feature/fix 98 by @tcheeric in #105
- Removing non-existent dependency by @guilhermegps in #104
- Feature/0.4 snapshot refatoring by @tcheeric in #106
- Feature/issue 88 by @tcheeric in #107
- Upgrade lombat patch version to avoid java.lang.NoSuchFieldError by @kuiperanon in #121
- Feature/bug 124 by @tcheeric in #125
- Develop fix nip46 by @kuiperanon in #128
- Substitute openbeans for java.beans to support Android by @kuiperanon in #122
- Feature/issue 144 by @tcheeric in #149
- Suggestion of changes for your branch by @guilhermegps in #150
- NIP-99 ClassifiedListingEvent API, Event, Tag and Serializer classes by @avlo in #156
- Feature/issue 157 by @tcheeric in #158
- 0.6 by @tcheeric in #159
New Contributors
- @kuiperanon made their first contribution in #121
- @avlo made their first contribution in #156
Full Changelog: v0.004.01...v0.005-alpha
Revision 0.3.1
Merge pull request #87 from tcheeric/develop 0.3.1
Revision 0.3
Merge pull request #86 from tcheeric/develop Revision 0.3
v0.003.00
What's Changed
- Add mention to Maker by @Memory-of-Snow in #38
- Convert the marker string to uppercase (issue #49) by @Memory-of-Snow in #50
- Add repost kind by @Memory-of-Snow in #53
- Add mention marker by @Memory-of-Snow in #52
- Modularisation and json lib replacement by @tcheeric in #55
- Improving keys generation to use secp256k1 corectly by @guilhermegps in #57
- Updated the pom version from 0.2-SNAPSHOT to 0.2 by @tcheeric in #58
- Release/v0.003.00 by @guilhermegps in #63
- jackson json library support, modularisation and additional bug fixes by @tcheeric in #59
New Contributors
- @Memory-of-Snow made their first contribution in #38
Full Changelog: v0.002.01...v0.003.00