Skip to content

Conversation

@burythehammer
Copy link
Collaborator

Fixed:

  • Fixed nil pointer dereference when setting request headers before error check
  • Fixed race condition in rate limiter - mutex now released during sleep
  • Fixed context cancellation not being returned from rate limiter sleep
  • Fixed panic when database list page is empty
  • Fixed inconsistent receiver type in subscriptions List method
  • Fixed many other linting errors raised by new golangci-lint checks

Changed:

  • DeleteWithQuery now accepts a query parameter instead of always passing nil

Added:

  • Added golangci-lint to CI pipeline with comprehensive linting configuration

@burythehammer burythehammer self-assigned this Dec 19, 2025
@burythehammer burythehammer added bug Something isn't working github_actions Pull requests that update Github_actions code labels Dec 19, 2025
burythehammer and others added 7 commits December 19, 2025 17:46
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.39.0 to 0.40.0.
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](golang/tools@v0.39.0...v0.40.0)

---
updated-dependencies:
- dependency-name: golang.org/x/tools
  dependency-version: 0.40.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working github_actions Pull requests that update Github_actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants