Skip to content

Releases: nikku/wuffle

v0.77.0

Choose a tag to compare

@nikku nikku released this 02 Jul 22:57

Changes

  • DEPS: update to probot@14 (#321)
  • CHORE: require node >= 24 to run

Breaking Changes

  • Require node >= 24 to run

Full Changelog: v0.76.0...v0.77.0

v0.76.0

Choose a tag to compare

@nikku nikku released this 23 Jun 21:57

Changes

  • FEAT: support GitHub sub-issues (#313)
  • FEAT: validate GitHub application on startup (#313)
  • DEPS: update to body-parser@2.3.0

Breaking Changes

  • Application requires sub_issues events for full synchronization to work

Full Changelog: v0.75.0...v0.76.0

v0.75.0

Choose a tag to compare

@nikku nikku released this 10 May 20:08

Changes

  • FEAT: synchronize standard fields for comment authors
  • CHORE: various internal typing and documentation improvements

Full Changelog: v0.74.0...v0.75.0

v0.74.0

Choose a tag to compare

@nikku nikku released this 09 May 21:42

Changes

  • FEAT: synchronize data on pull_request.milestoned and pull_request.demilestoned
  • CHORE: log events in original format
  • CHORE: reorganize core components into modules
  • CHORE: correct EventsSync logger name
  • CHORE: debug log skipped re-indexing
  • CHORE: improve GithubApp typings

Full Changelog: v0.73.3...v0.74.0

v0.73.3

Choose a tag to compare

@nikku nikku released this 07 May 21:31

Changes

  • FEAT: only background sync details for updated issues (#299)
  • FIX: ensure details sync adheres to ignoreFilter (#299, #298)

Full Changelog: v0.73.2...v0.73.3

v0.73.2

Choose a tag to compare

@nikku nikku released this 07 May 11:40

Changes

  • FIX: ensure automatic dev flow adheres to ignoreFilter (#296, #297)

Full Changelog: v0.73.1...v0.73.2

v0.73.1

Choose a tag to compare

@nikku nikku released this 04 May 12:33

Changes

  • FIX: correct filtering with user scope (@me) (#294)

Full Changelog: v0.73.0...v0.73.1

v0.73.0

Choose a tag to compare

@nikku nikku released this 30 Apr 23:05

Changes

  • FEAT: allow to ignore (not store) certain issues (#293, #287)

Full Changelog: v0.72.0...v0.73.0

v0.72.0

Choose a tag to compare

@nikku nikku released this 30 Apr 07:31

Changes

Major improvements to is:reviewed and is:approved filters, among other goodies.

  • FEAT: compute is:approved from effective reviews (#292)
  • FEAT: count only collaborators as reviewers (#291)
  • FEAT: count only humans as reviewers per default (#281, #290)
  • FEAT: synchronize user type (#290)
  • FEAT: synchronize issue/pr/review author_association (#291)
  • FIX: correct links to always reference respective pull request or issue URL (#288)
  • DEPS: update to memorystore@1.6.8

Full Changelog: v0.71.0...v0.72.0

v0.71.0

Choose a tag to compare

@nikku nikku released this 26 Apr 13:31

Changes

  • Support grouping, AND, OR and NOT filters (#283)

Full Changelog: v0.70.1...v0.71.0