Skip to content

Releases: eclipse-pass/main

1.1.0

26 Oct 13:15
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.0...1.1.0

1.0.0

28 Sep 18:35
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.9.0...1.0.0

0.9.0

30 Aug 15:00
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.8.0...0.9.0

0.8.0

27 Jul 12:28
Compare
Choose a tag to compare

What's Changed

  • Update release notes and actions for 0.7.0 release by @rpoet-jh in #628
  • Add placeholder for testing workflows by @jabrah in #643
  • Update roadmap.md for 0.8.0 by @dkriethof in #624
  • Add doc listing links to some historic use case docs by @jabrah in #646

New Contributors

Full Changelog: 0.7.0...0.8.0

0.7.0

29 Jun 14:31
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.6.0...0.7.0

0.6.0

31 May 14:38
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.5.0...0.6.0

0.5.0

27 Apr 15:04
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.4.0...0.5.0

0.4.0

30 Mar 17:19
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.0...0.4.0

0.3.0

28 Feb 20:15
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.0...0.3.0

PASS Release 0.2.0

18 Jan 20:04
Compare
Choose a tag to compare

Release 0.2.0 provides a major upgrade to the backend architecture of the PASS application. The Fedora Repository has been replaced with a completely new REST API built using Elide and backed by Postgres. This change allows the PASS API to be tailored more directly to the purposes of the PASS application, provides considerable performance enhancements, and reduces maintenance burden. The structure of the projects making up the PASS application have also been streamlined to simplify release and deployment procedures. These changes require updates to be made across the application, such as replacing all uses of the Fedora API within PASS with calls to the new API. For 0.2.0, this work is completed sufficiently to provide a demonstration of PASS application capabilities, but certain parts of the application are currently mocked. Full functionality will be restored in a future release.

Some major changes for 0.2.0 are:

  • Replacement of Fedora storage with Elide / postgres.
  • Creation of a pass-core repository which contains REST services previously in separate projects/images
  • Elimination of functionality written in Go in previous releases. These have either been implemented in Java or eliminated
  • Refactoring of authorization functionality in javascript closer to the UI

Full changelog: https://github.com/eclipse-pass/main/issues?q=label%3A%22Release+0.2.0%22