Skip to content

Releases: rwth-acis/las2peer

Release 1.4.0

17 May 12:18
956283f
Compare
Choose a tag to compare

This release adjusts the publication process. Instead of using Apache Archiva, now GitHub Packages is used instead. The packages include Javadoc, Sources, Pom and Jar files that are required to publish in maven central. To publish in Central, only signing and uploading the necessary files is required.
Additionally the required Jar files for FreePastry and sbbi-upnplib are added to this repository, as they can no longer be accessed from the Archiva.

What's Changed

Release 1.3.1

20 Sep 12:38
a6979c7
Compare
Choose a tag to compare

This release adds two additional log parameters to the monitorXESEvent function. Notably, the lifecycleTransition and timeOfEvent parameters. The first one can be used to define in which lifecycle the event occured. As an example, you might want to monitor the start of an api call as well as complete status.
The lifecycle is part of the extended XES standard.
The second parameter timeOfEvent logs the timestamp at which the event occured and is part of the XES standard.

What's Changed

Full Changelog: v1.3.0...v1.3.1

Release 1.3.0

09 Jul 16:06
70edb13
Compare
Choose a tag to compare

This Release adds features to log events with the fields required for XES, which is the standard for extensible event stream [1]
Namely, it adds the following attributes:

Attribute Description
caseId reference to the unique case that this event belongs to
activityName The name or identifier of the event
resourceId The resource associated with the event
resourceType The type of resource associated with the event (e.g. service, user,...)

(Note that other attributes like Timestamp are automatically logged)

What's Changed

Full Changelog: v1.2.4...v1.3.0

Release 1.2.4

13 Jan 09:26
Compare
Choose a tag to compare

Patch Release

Release 1.2.3

15 Sep 23:42
f0b8b95
Compare
Choose a tag to compare
Merge pull request #158 from rwth-acis/hotfix/http2

Hotfix/http2

Release v1.2.2

14 Mar 18:21
f9ba175
Compare
Choose a tag to compare

Patch release

Updates:

  • Better Authentication Error Management in case of login problems

Other:

  • Updated dependency web3:core: 4.5.5 -> 4.5.18

Release v1.2.1

20 Jan 18:30
204e322
Compare
Choose a tag to compare

Patch release

Fixes:

  • Fixed login in node-frontend page

las2peer Release v1.2.0

08 Dec 09:43
38d5504
Compare
Choose a tag to compare

Productive Release

Improvements

  • las2peer is now compatible with Java 17 (#100)
  • Updated to Gradle version 7.2
  • Updated las2peer node frontend from Polymer to Lit (#98)
  • Updated swagger dependencies (#99)

Fixes

  • Fixed GroupAgentGenerator (#113)

To update your services to las2peer v1.2.0, please follow the migration guide.

las2peer Release v1.1.2

29 Jun 17:43
Compare
Choose a tag to compare

Productive Release

New Functionalities

  • Group agents are stored on the ethereum blockchain
  • Group agents can now be fetched using group agent name

Improvements

  • Semantic versioning compatibility for service version
  • Group agents now also possess unique group name
  • Set log level to fine to omit blockchain log spam

Fixes

  • Added nonce synchronization before user registration

las2peer Release v1.1.1

22 Feb 08:32
9fcd273
Compare
Choose a tag to compare

Productive Release

Improvements

  • las2peer now uses Gradle for the build process (instead of ant).
  • Travis and Jenkins were replaced in the CI by GitHub Actions. You can now also find the latest artifacts for every commit directly on GitHub.