@@ -15,7 +15,7 @@ Unreleased
15
15
16
16
- Update vendored schemas: azure-pipelines, github-workflows, gitlab-ci,
17
17
mergify, renovate (2024-10-06)
18
- - Fix the renovate hook to allow for `.renovaterc.json5 ` as well. Thanks
18
+ - Fix the renovate hook to allow for `` .renovaterc.json5 ` ` as well. Thanks
19
19
:user: `tpansino `! (:pr: `491 `)
20
20
- Add Mergify schema and pre-commit hook. Thanks :user: `hofbi ` and :user: `jd `
21
21
for the issue and feedback! (:issue: `487 `)
@@ -41,7 +41,7 @@ Unreleased
41
41
- Fix a bug which could result in local file URI resolution failing on
42
42
non-Windows platforms in certain cases. Thanks :user: `bukzor `! (:pr: `465 `)
43
43
- Fix caching behaviors to ensure that caches are correctly preserved across
44
- instancefiles during `--schemafile ` evaluation. This also fixes a bug in the
44
+ instancefiles during `` --schemafile ` ` evaluation. This also fixes a bug in the
45
45
remote ``$ref `` cache.
46
46
Thanks :user: `alex1701c ` for reporting! (:issue: `463 `, :pr: `466 `)
47
47
@@ -105,16 +105,16 @@ Unreleased
105
105
106
106
- Update vendored schemas: cloudbuild, dependabot, gitlab-ci, readthedocs,
107
107
renovate (2024-02-06)
108
- - Include built-in, efficient implementations of `date-time ` format validation
109
- (RFC 3339) and `time ` format validation (ISO 8601). This makes the `date-time `
110
- and `time ` formats always available for validation. (:issue: `378 `)
111
- - Support the use of `orjson ` for faster JSON parsing when it is installed.
108
+ - Include built-in, efficient implementations of `` date-time ` ` format validation
109
+ (RFC 3339) and `` time `` format validation (ISO 8601). This makes the `` date-time ` `
110
+ and `` time ` ` formats always available for validation. (:issue: `378 `)
111
+ - Support the use of `` orjson ` ` for faster JSON parsing when it is installed.
112
112
This makes it an optional parser which is preferred over the default
113
- `json ` module when it is available.
113
+ `` json ` ` module when it is available.
114
114
- TOML parsing is now always available (rather than an optional parser).
115
- This change adds a dependency on `tomli ` on older Python versions, ensuring
115
+ This change adds a dependency on `` tomli ` ` on older Python versions, ensuring
116
116
that TOML formatted data is always supported. Users should no longer need
117
- to install `tomli ` manually in order to use TOML files.
117
+ to install `` tomli ` ` manually in order to use TOML files.
118
118
119
119
0.27.4
120
120
------
@@ -140,7 +140,7 @@ Unreleased
140
140
- Add official support for Python 3.12
141
141
- Add Google Cloud Build schema and pre-commit hook. Thanks :user: `nikolaik `!
142
142
(:pr: `339 `)
143
- - Fix a bug in the custom `github-workflows-require-timeout ` schema which forbade
143
+ - Fix a bug in the custom `` github-workflows-require-timeout ` ` schema which forbade
144
144
the use of GitHub expression syntax for the timeout value. (:issue: `354 `)
145
145
146
146
0.27.1
@@ -206,12 +206,12 @@ Unreleased
206
206
- Update vendored schemas: github-actions, gitlab-ci, readthedocs, renovate,
207
207
travis (2023-08-08)
208
208
- Remove support for python3.7
209
- - The minimum supported version of the `jsonschema ` library is now `4.18.0 `,
210
- which introduces new `$ref ` resolution behavior and fixes. That behavior is
209
+ - The minimum supported version of the `` jsonschema `` library is now `` 4.18.0 ` `,
210
+ which introduces new `` $ref ` ` resolution behavior and fixes. That behavior is
211
211
used in all cases, which should result in faster evaluation especially on
212
212
large schemas.
213
- - `$ref ` usage may now refer to YAML, TOML, or JSON5 files, or any other
214
- non-JSON format supported by `check-jsonschema `. The file type is inferred
213
+ - `` $ref ` ` usage may now refer to YAML, TOML, or JSON5 files, or any other
214
+ non-JSON format supported by `` check-jsonschema ` `. The file type is inferred
215
215
only from the file extension in these cases and defaults to JSON if there is
216
216
no recognizable extension.
217
217
- Remote schemafiles (http/s) now support YAML, TOML, and JSON5 formats, if the
@@ -269,7 +269,7 @@ Unreleased
269
269
The metaschema's schema dialect is chosen correctly now, and metaschema
270
270
formats are now checked by default. This can be disabled with
271
271
``--disable-format ``.
272
- - Fix the resolution of `$schema ` dialect to format checker classes
272
+ - Fix the resolution of `` $schema ` ` dialect to format checker classes
273
273
- Fix package dependency lower bounds, including setting ``jsonschema>=4.5.1 ``
274
274
- Output colorization can now be controlled with
275
275
``--color [never|always|auto] ``. Thanks :user: `WillDaSilva `!
@@ -351,7 +351,7 @@ Unreleased
351
351
352
352
- Update vendored schemas: renovate (2022-07-13)
353
353
- Update check-github-worfklows match rule to exclude subdirectories of the
354
- `.github/workflows/ ` directory. (:issue: `113 `)
354
+ `` .github/workflows/ ` ` directory. (:issue: `113 `)
355
355
356
356
0.17.0
357
357
------
0 commit comments