Skip to content

Commit ccdd3a1

Browse files
authored
Merge pull request #19 from edanalytics/bump/version_to_0_1_0
bump version to 0.1.0
2 parents 2444bbe + f2eb93f commit ccdd3a1

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
### v0.1.0
2+
<details>
3+
<summary>Released 2023-10-16</summary>
4+
5+
* feature: [adding `lightbeam count` and `lightbeam fetch`, with other bugfixes and improvements](https://github.com/edanalytics/lightbeam/pull/17)
6+
* bugfix: [typo in descriptor CSV header](https://github.com/edanalytics/lightbeam/pull/16)
7+
</details>
8+
19
### v0.0.8
210
<details>
311
<summary>Released 2023-07-11</summary>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ show_stacktrace: True
6767
* (optional) Specify the `data_dir` which contains JSONL files to send to Ed-Fi. The default is `./`. The tool will look for files like `{Resource}.jsonl` or `{Descriptor}.jsonl` in this location, as well as directory-based files like `{Resource}/*.jsonl` or `{Descriptor}/*.jsonl`. Files with `.ndjson` or simply `.json` extensions will also be processed. (More info at the [`ndjson` standard page](http://dataprotocols.org/ndjson/).)
6868
* (optional) Specify the `namespace` to use when accessing the Ed-Fi API. The default is `ed-fi` but others include `tpdm` or custom values. To send data to multiple namespaces, you must use a YAML configuration file and `lightbeam send` for each.
6969
* Specify the details of the `edfi_api` to which to connect including
70-
* (optional) The `base_url` The default is `https://localhost/api` (the address of an Ed-Fi API [running locally in Docker](https://techdocs.ed-fi.org/display/EDFITOOLS/Docker+Deployment)).
70+
* (optional) The `base_url` which serves a JSON object specifying the paths to data endpoints, Swagger, and dependencies. The default is `https://localhost/api` (the address of an Ed-Fi API [running locally in Docker](https://techdocs.ed-fi.org/display/EDFITOOLS/Docker+Deployment)), but the location varies depending on how Ed-Fi is deployed.
7171
* The `version` as one of `3` or `2` (`2` is currently unsupported).
7272
* (optional) The `mode` as one of `shared_instance`, `sandbox`, `district_specific`, `year_specific`, or `instance_year_specific`.
7373
* (required if `mode` is `year_specific` or `instance_year_specific`) The `year` used to build the resource URL. The default is the current year.

lightbeam/VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.8
1+
0.1.0

0 commit comments

Comments
 (0)