Skip to content

Commit 6c11ae1

Browse files
authored
changelog: June 2026 update (#1218)
There has been a lot of activity since our last release. I don't think we're necessarily that close to the next release so I want to capture the changes that seem most relevant to users and packagers while I can still remember.
1 parent 9927dd4 commit 6c11ae1

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.rst

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
11
Unreleased
22
----------
33

4+
Highlights
5+
==========
6+
- Deprecation of the --interactive flag. All invocations are now interactive. (https://github.com/GothenburgBitFactory/bugwarrior/pull/1204)
7+
- Service API 2.0 (with backwards compatiblity for 1.0 services). See https://bugwarrior.readthedocs.io/en/stable/other-services/api.html#changelog. (https://github.com/GothenburgBitFactory/bugwarrior/pull/1209)
8+
49
Dependency Updates
510
==================
11+
- Replaced lockfile with filelock. (https://github.com/GothenburgBitFactory/bugwarrior/pull/1217)
12+
- Drop python-3.10 support. (https://github.com/GothenburgBitFactory/bugwarrior/pull/1220)
13+
- Drop tomli. (https://github.com/GothenburgBitFactory/bugwarrior/pull/1220)
614

7-
- Drop python-3.10 support.
8-
- Drop tomli.
15+
Service-Specific Changes
16+
========================
17+
- linear: Support for pagination if there are more than 50 issues and mapping of entry, priority, and due fields. (https://github.com/GothenburgBitFactory/bugwarrior/pull/1196, https://github.com/GothenburgBitFactory/bugwarrior/pull/1198, https://github.com/GothenburgBitFactory/bugwarrior/pull/1200)
918

1019
2.1.0
1120
-----

0 commit comments

Comments
 (0)