Skip to content

v0.5.1

Choose a tag to compare

@tcheeric tcheeric released this 05 Oct 23:55
· 191 commits to main since this release
7b70d4f

What's Changed

  • docs: streamline README and move setup instructions by @tcheeric in #383
  • docs: add quick API guide by @tcheeric in #387
  • docs: add custom events howto by @tcheeric in #386
  • docs: document extending events by @tcheeric in #385
  • Add Nostr Java API reference documentation by @tcheeric in #384
  • Assign Copilot reviewer on develop PRs by @tcheeric in #388
  • chore(deps): bump org.junit.jupiter:junit-jupiter from 5.10.2 to 5.13.4 by @dependabot[bot] in #382
  • chore(deps): bump org.apache.commons:commons-lang3 from 3.17.0 to 3.18.0 by @dependabot[bot] in #381
  • chore(deps): bump org.apache.maven.plugins:maven-gpg-plugin from 1.5 to 3.2.8 by @dependabot[bot] in #380
  • chore(deps): bump org.apache.maven.plugins:maven-javadoc-plugin from 2.9.1 to 3.11.3 by @dependabot[bot] in #379
  • chore(deps): bump org.bouncycastle:bcprov-jdk18on from 1.78 to 1.81 by @dependabot[bot] in #378
  • chore(deps): bump org.projectlombok:lombok from 1.18.36 to 1.18.38 by @dependabot[bot] in #377
  • chore(deps-dev): bump com.google.guava:guava from 33.4.0-jre to 33.4.8-jre by @dependabot[bot] in #376
  • chore(deps): bump org.apache.maven.plugins:maven-compiler-plugin from 3.13.0 to 3.14.0 by @dependabot[bot] in #375
  • chore(deps): bump org.sonatype.central:central-publishing-maven-plugin from 0.6.0 to 0.8.0 by @dependabot[bot] in #374
  • chore: shorten PR quality gate and skip dependabot by @tcheeric in #389
  • chore: run dependabot against develop by @tcheeric in #391
  • Document PR quality gate rules in AGENTS.md by @tcheeric in #390
  • Use pull_request_target for Copilot reviewer workflow by @tcheeric in #392
  • docs: document NIPs and PR template usage by @tcheeric in #393
  • docs: document NIPs and PR template usage by @tcheeric in #394
  • Develop by @tcheeric in #395
  • docs: direct contributors to use develop branch for PRs by @tcheeric in #396
  • docs: reinforce PR submission guidelines by @tcheeric in #397
  • ci: surface build errors in failure issues by @tcheeric in #399
  • ci: surface build errors in workflow by @tcheeric in #398
  • ci: add codex label step by @tcheeric in #400
  • docs: list NIP titles by @tcheeric in #401
  • ci: simplify PR title regex by @tcheeric in #402
  • feat: harden NIP-05 validator HTTP handling by @tcheeric in #403
  • fix: introduce dedicated exception for signing failures by @tcheeric in #404
  • fix: handle event encoding errors by @tcheeric in #405
  • fix: remove default marker assignment in EventTag by @tcheeric in #406
  • docs: enforce PR template usage by @tcheeric in #407
  • chore: bump version to 0.2.2.1 by @tcheeric in #408
  • test: add validation tests for event implementations by @tcheeric in #410
  • refactor: remove unused Nip05Obj inner class by @tcheeric in #411
  • refactor: use EventEncodingException for encoding by @tcheeric in #412
  • refactor: unify decoder interface by @tcheeric in #413
  • ci: restrict codex workflow to CI-created issues by @tcheeric in #414
  • ci: add release-please configuration by @tcheeric in #420
  • ci: add workflow to publish artifacts by @tcheeric in #421
  • chore(deps): bump org.apache.maven.plugins:maven-gpg-plugin from 1.5 to 3.2.8 by @dependabot[bot] in #416
  • chore(deps): bump actions/setup-java from 4 to 5 by @dependabot[bot] in #417
  • chore(deps): bump actions/checkout from 3 to 5 by @dependabot[bot] in #418
  • ci: trigger release-please on CodeQL success by @tcheeric in #423
  • ci: trigger publish on release workflow run by @tcheeric in #422
  • ci: run CodeQL after CI workflow by @tcheeric in #424
  • ci: run after Format workflow by @tcheeric in #425
  • ci: trigger format after conventional commits by @tcheeric in #426
  • Add qodana CI checks by @qodana-cloud[bot] in #427
  • docs(api): add comprehensive Javadocs and clean up by @tcheeric in #428
  • refactor: remove redundant rethrow and reuse HttpClient by @tcheeric in #429
  • refactor: remove redundant rethrow and reuse HttpClient; build: bump to 0.3.0 by @tcheeric in #430
  • chore(deps): bump org.springframework.boot:spring-boot-starter-parent from 3.5.4 to 3.5.5 by @dependabot[bot] in #419
  • Release/0.3.1 refactor deprecations by @tcheeric in #431
  • ci(workflows): update publish workflow for release events by @tcheeric in #432
  • chore: tidy spring websocket client files by @tcheeric in #448
  • chore(deps): bump actions/checkout from 3 to 5 by @dependabot[bot] in #434
  • chore(deps): bump JetBrains/qodana-action from 2025.1 to 2025.2 by @dependabot[bot] in #433
  • fix: source plugin versions from properties by @tcheeric in #450
  • feat/bom-migration by @tcheeric in #449
  • docs/revamp-docs by @tcheeric in #451
  • Complete Changes from Version 0.2.2 to 0.5.1 by @tcheeric in #452

New Contributors

  • @qodana-cloud[bot] made their first contribution in #427

Full Changelog: v0.2.2...v0.5.1