Skip to content

Commit

Permalink
Add a change log.
Browse files Browse the repository at this point in the history
  • Loading branch information
waynebeaton committed Dec 1, 2023
1 parent 87ee5e9 commit ae1b213
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# ChangeLog

## [1.1.0] - 2023-12-01

The biggest potential impact with this release should be that when the tool is used on
a `package-lock.json` file, it may detect _fewer_ entries as dependencies. Some additional
work was done to refine how the tool identifies _local_ dependencies, which are generally
dependencies that are in the source repository (that is, local dependencies are most
likely project code).

### Changed

- Refactored out a `core` module that does not shade dependencies #283
- Update all dependencies to latest and greatest
- Now uses `jakarta.inject` annotations #264
- More resilient handling of Bad Gateway (502) errors
- More resilient handling of rate limiting on when connecting to IPLab #260
- Ignores all "local" dependencies when parsing a `package-lock.json` file #287

### Added

- Created a new module for creating a `shaded` artifact (the shaded artifact uses the same naming convention as before, so this should not break anybody) #283
- Added a new `repo` property includes the URL of the Git repository as part of review requests #224

0 comments on commit ae1b213

Please sign in to comment.