Releases: edanalytics/lightbeam
Releases · edanalytics/lightbeam
v0.1.6
What's Changed
- feature: implementing structured results file output for validate by @tomreitz in #52
- bugfix:
validate
of descriptor values without a hash char (#
) by @tomreitz in #53 - bugfix: validate uniqueness by identity by @tomreitz in #54
- bugfix: allow deletion of students (if permitted by credential claimset and API auth strategy) by @tomreitz in #55
- bugfix: make
max_failures
truly optional by @johncmerfeld in #58 - bugfix: allow simple filename as
--results-file
by @johncmerfeld in #57
Full Changelog: v0.1.5...v0.1.6
v0.1.5
What's Changed
- feature: add a
successes
section to the structured log results file to report how many payloads resulted in a 200, 201, etc. - feature: add a test suite
- bugfix: lightbeam send resulted in an error about
lightbeam.get_endpoints_with_data()
- bugfix: restore endpoint dependency ordering to
lightbeam.get_endpoints_with_data()
- bugfix: custom API URLs not picked up when some, but not all, are specified
Full Changelog: v0.1.4...v0.1.5
v0.1.4
What's Changed
- Feature: notify user of endpoints to be deleted by @johncmerfeld in #37
- validate references by @tomreitz in #30
- Fix missing descriptor description by @tomreitz in #38
- update readme for structured log to current format by @tomreitz in #43
Full Changelog: v0.1.3...v0.1.4
v0.1.3
What's Changed
- fixes a bug with validating local descriptor values within nested payloads by @tomreitz in #29
- fixes a bug where none of the descriptor payload keys were kept after being downloaded by @tomreitz in #28
- Fix - Fetch - Key filtering by @mcriscenzo in #32
- Fix how hashlog entries are handled during deletes by @johncmerfeld in #34
- Feature - Custom metadata URLs by @mcriscenzo in #33
- Fix: ensure command list in help menu and log output is always consistent by @johncmerfeld in #27
- bump version to 0.1.3 for release by @tomreitz in #35
New Contributors
- @mcriscenzo made their first contribution in #32
- @johncmerfeld made their first contribution in #34
Full Changelog: v0.1.2...v0.1.3
v0.1.2
What's Changed
- Add ability for fetch
--keep-keys
and--drop-keys
flags to allow wildcard matching by @tomreitz in #23 - Update structured logging to be flatter, per recent team discussion by @tomreitz in #24
- Support for
definitions
being renamed tocomponents.schemas
in Ed-Fi 7.1 Swagger by @tomreitz in #25
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
- Replace single quotes in message with backticks. by @jayckaiser in #18
- fixes a bug when fetching resources without read permission by @tomreitz in #20
- bump version to 0.1.1 by @tomreitz in #22
New Contributors
- @jayckaiser made their first contribution in #18
Full Changelog: v0.1.0...v0.1.1