Skip to content

Bump x12-types from 0.11.1 to 0.12.0#186

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/cargo/x12-types-0.12.0
Jun 29, 2026
Merged

Bump x12-types from 0.11.1 to 0.12.0#186
github-actions[bot] merged 1 commit into
mainfrom
dependabot/cargo/x12-types-0.12.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 29, 2026

Copy link
Copy Markdown
Contributor

Bumps x12-types from 0.11.1 to 0.12.0.

Changelog

Sourced from x12-types's changelog.

0.12.0 2026-06-25

  • typed data elements: segment fields that were raw String/Option<String> now use a typed element wherever X12 defines one, across v003030/v004010/v005010/v005030. Every element type preserves the raw text and renders/round-trips byte-for-byte.
    • interchange-control I-series (I01–I16) wired into ISA/IEA — qualifiers/indicators as enums, interchange date/time/control numbers as typed date/time/numeric elements; free-text fields and the component separator remain String
    • numeric, date and time elements modeled with num_element/date_element/time_element, exposing typed views (as_f64()/as_i64(), date(), time()) while preserving the original text
    • ID code-list elements modeled as enums via code_enum with an Unknown(String) catch-all so unpublished codes still round-trip; all code values verified against the Stedi X12 reference
    • 416 of 578 referenced data elements are now typed; the remainder stay String by design — free-text (AN) elements and open ID registries with no enumerated code list (e.g. 140 Standard Carrier Alpha Code)
    • note: the I-series and ID code-list fields are no longer String, so constructing these segments uses the element types (e.g. I14::Production, E373::from_x12("20240115")) — see the updated README and examples/
Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [x12-types](https://github.com/apimeister/x12-types) from 0.11.1 to 0.12.0.
- [Release notes](https://github.com/apimeister/x12-types/releases)
- [Changelog](https://github.com/apimeister/x12-types/blob/main/CHANGELOG.md)
- [Commits](https://github.com/apimeister/x12-types/commits)

---
updated-dependencies:
- dependency-name: x12-types
  dependency-version: 0.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jun 29, 2026
@github-actions github-actions Bot merged commit a56d65f into main Jun 29, 2026
1 check passed
@dependabot dependabot Bot deleted the dependabot/cargo/x12-types-0.12.0 branch June 29, 2026 14:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants