1.34.0
๐ Features
- feat(workitems): Add an initial "Work Items" service with "Get" and "List" methods. (!2719) by Florian Forster
๐ Other Changes
- refactor: migrate to math/rand/v2 (!2759) by Ville Skyttรค
1.34.0 (2026-02-13)
Bug Fixes
- workitems: Use
int64for global work item IDs. (f04e3d0)
Features
- request_options: Add boolean return value to
WithNext. (1cd1e1e)
- workitems: Add comprehensive filtering to
ListWorkItemsOptions(052a897)
- workitems: Add pagination support to
ListWorkItems. (cfdf5ee)
- workitems: Add WorkItems service with Get methods (00925c2), closes gitlab-org/api/client-go#2213
- workitems: Implement the
ListWorkItemsmethod. (4f8a709)