Skip to content

Release v1.1.0: docs, formats, and refactors#7

Merged
lupodevelop merged 2 commits intomainfrom
release/v1.1.0
Mar 20, 2026
Merged

Release v1.1.0: docs, formats, and refactors#7
lupodevelop merged 2 commits intomainfrom
release/v1.1.0

Conversation

@lupodevelop
Copy link
Owner

Bump version to 1.1.0 and prepare release: update changelog and README, add comprehensive examples, tighten CI, and refactor core modules.

Highlights:

  • Bumped gleam.toml version to 1.1.0 and updated CHANGELOG.md for 1.1.0.
  • Added many docs/examples (schema, query, repo, types, encode, decode, changeset) and rewrote docs/quickstart.md with runnable examples.
  • Improved CI: consolidated workflows (removed release.yml and smoke-integration.yml) and made the ClickHouse readiness check fail the job if the service doesn't become ready.
  • CSV format handler rewritten for RFC 4180 compliance (escaping, parsing, header handling); added helpers for JSON->plain string conversion.
  • JSONEachRow handler simplified (per-row JSON encoding) and decode utilities made public for reuse by format handlers.
  • Expr helpers simplified (compact character checks), changeset email validation strengthened, and multiple modules refactored to reduce surface area and improve type safety.
  • Updated tests to reflect schema changes.

See changelog and docs for full details and usage examples.

Bump version to 1.1.0 and prepare release: update changelog and README, add comprehensive examples, tighten CI, and refactor core modules.

Highlights:
- Bumped gleam.toml version to 1.1.0 and updated CHANGELOG.md for 1.1.0.
- Added many docs/examples (schema, query, repo, types, encode, decode, changeset) and rewrote docs/quickstart.md with runnable examples.
- Improved CI: consolidated workflows (removed release.yml and smoke-integration.yml) and made the ClickHouse readiness check fail the job if the service doesn't become ready.
- CSV format handler rewritten for RFC 4180 compliance (escaping, parsing, header handling); added helpers for JSON->plain string conversion.
- JSONEachRow handler simplified (per-row JSON encoding) and decode utilities made public for reuse by format handlers.
- Expr helpers simplified (compact character checks), changeset email validation strengthened, and multiple modules refactored to reduce surface area and improve type safety.
- Updated tests to reflect schema changes.

See changelog and docs for full details and usage examples.
Adjust formatting for readability in src/sparkling/expr.gleam and src/sparkling/format/csv.gleam: break the string.contains call arguments onto separate lines in is_letter_or_underscore, and condense several match-arm bodies in do_parse_csv into single-line expressions. These are formatting-only changes and do not alter program behavior.
@lupodevelop lupodevelop merged commit fe11f37 into main Mar 20, 2026
1 check passed
@lupodevelop lupodevelop deleted the release/v1.1.0 branch March 20, 2026 20:53
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.

1 participant