6 changed files with 55 additions and 33 deletions
@ -1,43 +1,47 @@
|
||||
0.1.0 |
||||
0.1.10 |
||||
====== |
||||
first deploy |
||||
- config.rs 에 s3 관련 추가 |
||||
|
||||
0.1.1 |
||||
0.1.9 |
||||
====== |
||||
- write test code sample |
||||
- used tokio::sync::oncecell instead of std::sync::oncelock for async |
||||
- added string.rs |
||||
|
||||
0.1.2 |
||||
0.1.8 |
||||
====== |
||||
- create log directory |
||||
- added campaign database information |
||||
|
||||
0.1.3 |
||||
0.1.7 |
||||
====== |
||||
- remove s3 dependency(rusoto_core, rusoto_s3) |
||||
- added s3 bucket constant |
||||
- fix some constant name(underline -> dash) |
||||
|
||||
0.1.4 |
||||
0.1.6 |
||||
====== |
||||
- fix bug for using toml library |
||||
- changed kinesis_message(byte struct) to string(json) |
||||
- added 'aws' directory |
||||
- added s3.rs |
||||
|
||||
0.1.5 |
||||
====== |
||||
- fix bug for log |
||||
|
||||
0.1.6 |
||||
0.1.4 |
||||
====== |
||||
- changed kinesis_message(byte struct) to string(json) |
||||
- added 'aws' directory |
||||
- added s3.rs |
||||
- fix bug for using toml library |
||||
|
||||
0.1.7 |
||||
0.1.3 |
||||
====== |
||||
- added s3 bucket constant |
||||
- fix some constant name(underline -> dash) |
||||
- remove s3 dependency(rusoto_core, rusoto_s3) |
||||
|
||||
0.1.8 |
||||
0.1.2 |
||||
====== |
||||
- added campaign database information |
||||
- create log directory |
||||
|
||||
0.1.9 |
||||
0.1.1 |
||||
====== |
||||
- added string.rs |
||||
- write test code sample |
||||
- used tokio::sync::oncecell instead of std::sync::oncelock for async |
||||
|
||||
0.1.0 |
||||
====== |
||||
first deploy |
||||
Loading…
Reference in new issue