Skip to content

22.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Apr 07:58
· 973 commits to main since this release

What's Changed

Bug Fixes 🐞

  • 3d27d61 git: Properly configure insteadOf for submodules
  • bee7613 version-control-systems: Mark the git CLI command as a requirement

New Features 🎉

  • 5b64b6c model: Allow configuring further PostgreSQL connection parameters
  • 7a3732f requirements: Support categorizing objects from bundled plugins

Build 🐘 & CI ⚙️

  • 2fcae57 github: Fix the number of CodeCov action calls after which to comment
  • ce7d028 github: Stop using the deprecated arguments of setup-gradle
  • 9ef10eb github: Trivially simplify the always() condition

Chores 🔧

  • 47daa3f model: Add new PostgreSQL connection params to reference.yml
  • eb47587 model: Drop a TODO comment
  • 3fc76e7 model: Remove an unused configuration parameter

Dependency Updates 🚀

  • ba9803b Update the Maven resolver to version 1.9.19
  • ac009c5 update dependency com.github.ajalt.mordant:mordant to v2.5.0
  • c544784 update dependency org.wiremock:wiremock to v3.5.4

Documentation 📖

  • b296744 website: Fix-up a package curation example

Refactorings 🚜

  • d53ac0b DependencyHandler: Consume abstract but generate concrete types
  • 3cfe66e version-control-systems: Extract Git's CommandLineTool

Tests ✅

  • 6a57057 model: Extract variables for rule violations
  • a63e987 model: Fix-up two function names in test case names
  • 62cf9cf model: Simplify several assertions via shouldContainExactly()
  • 1b00fae model: Split-up a test case into two
  • 136d411 pub: Update expected results
  • c091056 reporters: Add three scan issues to reporter-test-input.yml
  • 02b4129 static-html: Make a replace operation less invasive

Other Changes 💡

  • 4e73f5a Revert "test(pub): Temporarily disable PubFunTest"