Skip to content

Releases: maveniverse/heimdall

0.1.3

30 Jul 14:17

Choose a tag to compare

Parent POM and dep updates.

What's Changed

  • Bump org.junit.jupiter:junit-jupiter-api from 5.13.1 to 5.13.2 by @dependabot[bot] in #11
  • Bump org.junit.jupiter:junit-jupiter-api from 5.13.2 to 5.13.3 by @dependabot[bot] in #13
  • Update to parent 40 by @cstamas in #14
  • Update parent POM by @cstamas in #19

New Contributors

Full Changelog: release-0.1.2...release-0.1.3

0.1.2

18 Jun 09:55

Choose a tag to compare

Minor bugfix for session handling.

Full Changelog: release-0.1.1...release-0.1.2

0.1.1

15 Jun 20:46

Choose a tag to compare

Bugfix: to not mess up user local repository (re prefix files). 0.1.0 was workable, and in fact did not do any harm, but produced "weird" files in local repository. Also, added new IT showing "user wide" setup, where group filters are configured from local repository and not project.

What's Changed

  • Fix local repo path of prefix file by @cstamas in #10

Full Changelog: release-0.1.0...release-0.1.1

0.1.0

14 Jun 14:32

Choose a tag to compare

"Heimdall keeps watch for invaders and the onset of Ragnarök from his dwelling Himinbjörg, where the burning rainbow bridge Bifröst meets the sky."

Initial release of Heimdall. Is on par with Maven RRF sans the "recording" function (to be done).

On the other hand, contains multiple improvements:

  • prefix files are automatically fetched/cached, no need to check them in with sources (those are usually big files)
  • group files contains syntax changes: org.group means "allow org.group and all below", =org.group means "allow org.group only", !org.group means "forbid org.group and all below" and !=org.group means "forbid org.group only".
  • by default extension is enabled once loaded. Prefix filter is active by default, while groupId filter needs to have path for configuration set (see IT).

Site: https://maveniverse.eu/docs/heimdall/

What's Changed

New Contributors

Full Changelog: https://github.com/maveniverse/heimdall/commits/release-0.1.0