Skip to content

Commit

Permalink
release v0.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Jan 29, 2024
1 parent b1cb347 commit bf162b8
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## v0.28.0 (Released 2024-01-29)

ADDITIONS

- feat: add `/crypto` endpoint and extract digital currency addresses from OFAC
- feat: add `SEARCH_MAX_WORKERS`

IMPROVEMENTS

- build: fix npm build for Openshift
- build: force latest stable Go when building docker images
- fix: accumulate SDN comments for merging overflow after all files are read
- fix: allocate known-capacity arrays
- fix: copy extended remarks from sdn_comments.csv
- largest: improve performance, simplify insert step

BUILD

- build(deps): bump golang.org/x/crypto from 0.15.0 to 0.17.0

## v0.27.0 (Released 2023-12-14)

This release of Watchman includes additional improvements to the search match scores to [reduce false positives and increase true positive matches](https://github.com/moov-io/watchman/pull/524#issue-2031927107). A few of the specific improvements are:
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

package watchman

const Version = "v0.27.0"
const Version = "v0.28.0"

0 comments on commit bf162b8

Please sign in to comment.