Skip to content

Releases: phax/peppol-reporting

Peppol Reporting 3.0.3

27 Nov 22:23
Compare
Choose a tag to compare
  • Calling the PeppolReportingHelper.isDocumentTypeEligableForReporting method in all backends to avoid the need for outside filtering

Full Changelog: peppol-reporting-parent-pom-3.0.2...peppol-reporting-parent-pom-3.0.3

Peppol Reporting 3.0.2

31 Oct 12:19
Compare
Choose a tag to compare
  • Added new method PeppolReportingBackend.setBackendService(IPeppolReportingBackendSPI) to explicitly set the backend
  • Added missing write locking in CSV backend

Full Changelog: peppol-reporting-parent-pom-3.0.1...peppol-reporting-parent-pom-3.0.2

Peppol Reporting 3.0.1

12 Aug 11:30
Compare
Choose a tag to compare
  • Added new submodule peppol-reporting-backend-sql to support PostgreSQL and MySQL

Full Changelog: peppol-reporting-parent-pom-3.0.0...peppol-reporting-parent-pom-3.0.1

Peppol Reporting 3.0.0

28 Jun 09:43
Compare
Choose a tag to compare
  • Extracted peppol-reporting-datatypes submodule
  • Extracted peppol-reporting-testfiles submodule
  • Changed the Java package names from com.helper.* to com.helger.* - LOL

Full Changelog: peppol-reporting-parent-pom-2.2.5...peppol-reporting-parent-pom-3.0.0

Peppol Reporting 2.2.5

15 Apr 09:03
Compare
Choose a tag to compare
  • Updated to ph-commons 11.1.5
  • Ensured Java 21 compatibility

Full Changelog: peppol-reporting-parent-pom-2.2.4...peppol-reporting-parent-pom-2.2.5

Peppol Reporting 2.2.4

21 Mar 13:38
Compare
Choose a tag to compare
  • Added new submodule peppol-reporting-backend-csv that uses a CSV file as the backend to store reporting items

Full Changelog: peppol-reporting-parent-pom-2.2.3...peppol-reporting-parent-pom-2.2.4

Peppol Reporting 2.2.3

05 Mar 11:07
Compare
Choose a tag to compare
  • Added the possibility to provide username and password via configuration for the Redis backend. See PR #13 - thx @TaKO8Ki

What's Changed

  • Add properties for Redis user and password by @TaKO8Ki in #13

New Contributors

Full Changelog: peppol-reporting-parent-pom-2.2.2...peppol-reporting-parent-pom-2.2.3

Peppol Reporting 2.2.2

29 Jan 10:26
Compare
Choose a tag to compare
  • Moved the method PeppolReportingItem.isValidCountryCode(String) to class PeppolReportingHelper
  • Added a constant CPeppolReporting.REPLACEMENT_COUNTRY_CODE for the ZZ code for invalid incoming country codes
  • Added a constant CPeppolReporting.OPENPEPPOL_PARTICIPANT_ID for the default receiver PID

Full Changelog: peppol-reporting-parent-pom-2.2.1...peppol-reporting-parent-pom-2.2.2

Peppol Reporting 2.2.1

31 Dec 16:14
Compare
Choose a tag to compare
  • Made the collection name customizable in the MongoDB backend
  • Fixed an error in iterating in the "in-memory" backend when only entries from the last day of the period are present

Full Changelog: peppol-reporting-parent-pom-2.2.0...peppol-reporting-parent-pom-2.2.1

Peppol Reporting 2.2.0

07 Dec 21:55
Compare
Choose a tag to compare
  • Modified classes EUSRReportingItemList and TSRReportingItemList so that the list is only iterated once and is based on Iterable. Backwards incompatible change.
  • Extended class IPeppolReportingBackendSPI with method iterateReportingItems to be able to lazily iterate over a data source. See #2 - thx @iansmirlis

Full Changelog: peppol-reporting-parent-pom-2.1.6...peppol-reporting-parent-pom-2.2.0