Skip to content

Commit

Permalink
Release 0.0.3 (#39)
Browse files Browse the repository at this point in the history
* bump version

* add changelog
  • Loading branch information
geospatial-jeff authored Jun 2, 2020
1 parent 79087ab commit a14a370
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
0.0.3 (2020-06-01)
------------------
- Add several configuration options as environment variables:
- ``INGESTED_BYTES_AT_OPEN`` - determines the number of bytes in the first GET request at file opening (#27)
- ``ENABLE_BLOCK_CACHE`` - determines if internal blocks are cached in memory (#35)
- ``HTTP_MERGE_CONSECUTIVE_RANGES`` - determines if consecutive ranges are merged into a single request (#29, #33)
- ``LOG_LEVEL`` - determines the log level used by the library (#36)
- ``VERBOSE_LOGS`` - enables verbose logging (#36)
- Fix bug where internal nodata masks were not returned by a partial read (#31)


0.0.2 (2020-05-25)
------------------
- Fix packaging bug in ``setup.py``


0.0.1 (2020-05-25)
------------------
- First release!!
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
description="Asynchronous cogeotiff reader",
long_description=desc,
long_description_content_type="text/markdown",
version="0.0.2",
version="0.0.3",
author=u"Jeff Albrecht",
author_email="[email protected]",
url="https://github.com/geospatial-jeff/aiocogeo",
Expand Down

0 comments on commit a14a370

Please sign in to comment.