Skip to content

Releases: OxalisCommunity/vefa-peppol

1.0.3

07 May 19:02
Compare
Choose a tag to compare
  • Fixing issue after fixing #23. Added test.

1.0.2

07 May 17:55
Compare
Choose a tag to compare
  • Keeping attribute prefix while copying XML streams. #23
  • Updating model to allow for multiple process identifiers as part of one process metadata.
  • Adding concept of service reference in lookup.
  • Adding issuing agencies for ICDs.

Release 1.0.1

24 Feb 21:41
Compare
Choose a tag to compare
  • Adding support for next generation of PEPPOL PKI.
  • Updating list of ICDs used by PEPPOL.
  • Adding better exceptions when lookup fails.

Release 1.0.0

15 Dec 15:07
Compare
Choose a tag to compare

First major release of this library.

0.9.6

13 Apr 15:14
Compare
Choose a tag to compare
  • Contributions from sfieten to peppol-evidence with pull requests #6, #8, #12, #14 and #15.
  • Refactoring implementation of modes.
<dependency>
    <groupId>no.difi.vefa</groupId>
    <artifactId>peppol-common</artifactId>
    <version>0.9.6</version>
</dependency>
<dependency>
    <groupId>no.difi.vefa</groupId>
    <artifactId>peppol-evidence</artifactId>
    <version>0.9.6</version>
</dependency>
<dependency>
    <groupId>no.difi.vefa</groupId>
    <artifactId>peppol-lookup</artifactId>
    <version>0.9.6</version>
</dependency>
<dependency>
    <groupId>no.difi.vefa</groupId>
    <artifactId>peppol-security</artifactId>
    <version>0.9.6</version>
</dependency>

0.9.5

24 Feb 14:14
Compare
Choose a tag to compare
  • Fixing missing attribute version. #2
  • Fixing error when using MultiReader on very short responses.
<dependency>
    <groupId>no.difi.vefa</groupId>
    <artifactId>peppol-common</artifactId>
    <version>0.9.5</version>
</dependency>
<dependency>
    <groupId>no.difi.vefa</groupId>
    <artifactId>peppol-evidence</artifactId>
    <version>0.9.5</version>
</dependency>
<dependency>
    <groupId>no.difi.vefa</groupId>
    <artifactId>peppol-lookup</artifactId>
    <version>0.9.5</version>
</dependency>
<dependency>
    <groupId>no.difi.vefa</groupId>
    <artifactId>peppol-security</artifactId>
    <version>0.9.5</version>
</dependency>

0.9.4

05 Jan 16:32
Compare
Choose a tag to compare
  • Support for BDXL.
  • Adding Mode enum.
  • Adding no.difi.vefa.peppol.common.model.Scheme and related changes.
  • Changing namespace of exceptions.
  • Adding Icd interface and ISO6523 enum, rewriting ParticipantIdentifier to use it.
  • Adding class for InstanceIdentifier.
  • Introduction of peppol-evidence.
  • All classes in the model are serializable.
<dependency>
    <groupId>no.difi.vefa</groupId>
    <artifactId>peppol-common</artifactId>
    <version>0.9.4</version>
</dependency>
<dependency>
    <groupId>no.difi.vefa</groupId>
    <artifactId>peppol-evidence</artifactId>
    <version>0.9.4</version>
</dependency>
<dependency>
    <groupId>no.difi.vefa</groupId>
    <artifactId>peppol-lookup</artifactId>
    <version>0.9.4</version>
</dependency>
<dependency>
    <groupId>no.difi.vefa</groupId>
    <artifactId>peppol-security</artifactId>
    <version>0.9.4</version>
</dependency>

0.9.3

27 Oct 09:55
Compare
Choose a tag to compare
  • Changing namespace.
  • Introducing modules peppol-security and peppol-common.
  • Renaming SecurityException to PeppolSecurityException.
<dependency>
    <groupId>no.difi.vefa</groupId>
    <artifactId>peppol-lookup</artifactId>
    <version>0.9.3</version>
</dependency>

0.9.2

28 Sep 19:39
Compare
Choose a tag to compare
<dependency>
    <groupId>no.difi.vefa</groupId>
    <artifactId>peppol-lookup</artifactId>
    <version>0.9.2</version>
</dependency>

0.9.1

28 Sep 19:41
Compare
Choose a tag to compare
<dependency>
    <groupId>no.difi.vefa</groupId>
    <artifactId>peppol-lookup</artifactId>
    <version>0.9.1</version>
</dependency>