This repository has been archived by the owner on Apr 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b0a9451
commit 3cb178b
Showing
3 changed files
with
35 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) | ||
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
## [0.2.0] - 2018-02-15 | ||
### Added | ||
- clean up local log files when job is complete | ||
- added CLI framework for easier handling of options | ||
- added tests from 0 to 31% test coverage | ||
- use LogDNA archive files in Google Cloud Storage instead of AWS S3 for bandwidth cost savings | ||
|
||
### Changed | ||
- `Bucket` in GCP config is now `UploadBucket` | ||
|
||
### Removed | ||
- AWS S3 config and download of log archive from AWS. Check latest README for up to date config documentation | ||
|
||
## 0.1.0 - 2017-11-12 | ||
### Added | ||
- Working code to take LogDNA archives in AWS S3, process them, and ingest them BigQuery. | ||
|
||
[Unreleased]: https://github.com/lifechurch/dnaquery/compare/v0.2.0...HEAD | ||
[0.2.0]: https://github.com/lifechurch/dnaquery/compare/v0.1.0...v0.2.0 | ||
[0.1.0]: https://github.com/lifechurch/dnaquery/compare/9bece45e6dfdb371b54a765a672429f9958bc2ca...v0.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters