Skip to content

Conversation

@puzza007
Copy link
Member

Summary

  • Replace error-chain with thiserror for modern error handling
  • Remove separate serde_derive dependency, use serde's derive feature instead
  • Update env_logger from 0.9 to 0.11
  • Update Rust edition from 2015 to 2021
  • Bump version to 0.8.0
  • Add GitHub Actions CI workflow (replaces Travis CI)
  • Fix all deprecation warnings and clippy lints

Motivation

Addresses reviewer feedback about ancient dependencies:

jsonapi v0.7.0 is unmaintained and pulls queryst v2.1.0 → regex v0.2.11 (from 2017!)

The dependency tree is now modern:

  • regex 1.12.2 (was 0.2.11 via old queryst)
  • thiserror 1.0.69 (replaces unmaintained error-chain)
  • env_logger 0.11.8

Test plan

  • All 60 tests pass (26 api, 4 model, 20 query, 10 doctests)
  • cargo clippy passes with no warnings
  • cargo fmt --check passes
  • CI workflow runs on PR

🤖 Generated with Claude Code

puzza007 and others added 2 commits January 21, 2026 17:39
- Replace error-chain with thiserror for error handling
- Remove separate serde_derive dep, use serde's derive feature
- Update env_logger from 0.9 to 0.11
- Update Rust edition from 2015 to 2021
- Bump version to 0.8.0

Also:
- Add GitHub Actions CI workflow (test, clippy, fmt)
- Fix all deprecation warnings and clippy lints
- Update doctests for modern serde imports
- Add CLAUDE.md for Claude Code guidance

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants