gouqi
gouqi copied to clipboard
a rust interface for jira
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.1.0 to 4.4.1. Release notes Sourced from codecov/codecov-action's releases. v4.4.1 What's Changed build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.8.0 to 7.9.0 by @dependabot in codecov/codecov-action#1427 fix: prevent xlarge from...
Right now `gouqi` support basic and bearer authentication methods, but Jira actually also supports Cookie-based authentication. Our organization sadly only allows cookie-based auth. even in an automated context... Would you...
Having this library block makes it a bit frustrating to work with from within an async actix_web API. Sure, we can use it inside a `web::block()`, but currently even the...
Bumps [EmbarkStudios/cargo-deny-action](https://github.com/embarkstudios/cargo-deny-action) from 1 to 2. Release notes Sourced from EmbarkStudios/cargo-deny-action's releases. Release 2.0.0 - cargo-deny 0.16.0 Action Added PR#78 added SSH support, thanks @nagua! Changed This release includes breaking...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.4.0 to 5.4.2. Release notes Sourced from codecov/codecov-action's releases. v5.4.2 What's Changed fix: hotfix oidc by @thomasrockhu-codecov in codecov/codecov-action#1813 Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.1...v5.4.2 v5.4.1 What's Changed build(deps): bump...
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed Update README to include Node.js 24 support details and requirements by @salmanmkc in actions/checkout#2248 Persist...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. Release notes Sourced from actions/upload-artifact's releases. v5.0.0 What's Changed BREAKING CHANGE: this update supports Node v24.x. This is not a breaking change per-se but...
## Description The `UserResponse.name` field is currently required (`pub name: String`) but JIRA Cloud does not always return this field, causing deserialization failures even when API operations succeed. ## Affected...