You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

59 lines
771 B

1 year ago
0.1.13
======
- bugfix kinesis.rs
1 year ago
0.1.12
======
- kinesis 에 byte array 로 put 하는 함수 추가
1 year ago
0.1.11
======
- metrics 통합
1 year ago
0.1.10
1 year ago
======
1 year ago
- config.rs 에 s3 관련 추가
1 year ago
1 year ago
0.1.9
1 year ago
======
1 year ago
- added string.rs
1 year ago
1 year ago
0.1.8
1 year ago
======
1 year ago
- added campaign database information
1 year ago
1 year ago
0.1.7
1 year ago
======
1 year ago
- added s3 bucket constant
- fix some constant name(underline -> dash)
1 year ago
1 year ago
0.1.6
1 year ago
======
1 year ago
- changed kinesis_message(byte struct) to string(json)
- added 'aws' directory
- added s3.rs
1 year ago
0.1.5
======
1 year ago
- fix bug for log
1 year ago
0.1.4
1 year ago
======
1 year ago
- fix bug for using toml library
1 year ago
1 year ago
0.1.3
1 year ago
======
1 year ago
- remove s3 dependency(rusoto_core, rusoto_s3)
1 year ago
1 year ago
0.1.2
1 year ago
======
1 year ago
- create log directory
1 year ago
1 year ago
0.1.1
======
- write test code sample
- used tokio::sync::oncecell instead of std::sync::oncelock for async
0.1.0
1 year ago
======
1 year ago
first deploy