-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
63 lines (62 loc) · 2.27 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
### [0.1.3] - 2020-01-20
### fixed sorting bug
- ajusted minutes sorting
- changed the default max from 5 to 10
### [0.1.2] - 2019-12-31
### custom dns api.mayoche.info + sls deploy
- modified serverless to add custom dns
- modified gitignore file to remove node modules
- remove ignored files
- fixed prod deploymenent to AWS with sls framework
### [0.1.1] - 2019-10-29 - 2019-11-15
### Unicode character now supported + DynamoDB integration
- FIXED: Wrong speed bus bug caused by this symbol -> ☀
- changed the serverless python version from 3.6 to 3.7
- Other fix to timezone because AWS lambda it UTC
- fixed serverless deployment dashboard
- get content from dynamoDB
- update the dynamoDB if empty
- added dynamoDB table in the serverless configuration
- increased the lambda cold start performance significantly
- modified the test pipeline to test with dynamodb prod table
### [0.1.0] - 2019-10-26
### Timezone fix + serverless integration
- Timezone fixed to America/Montreal
- added serverless integration for AWS deployments
### [0.0.9] - 2019-08-21
### minor improvements
- minor fixes
- syntax review
### [0.0.8] - 2019-07-03
### bug fix time
- Bug fix time, using datetime
### [0.0.7] - 2019-06-26
### cache feature added
- The api now caches the city site response
- The api now tries 10 times to get city website data
### [0.0.6] - 2019-06-26
### max feature added
- The api now return x futures buses from ?max=x variable
- function populate_complete create to remove repeated code
## [0.0.5] - 2019-06-24
### time validation added
- The api now return only 10 futures buses from current time GMT
## [0.0.4] - 2019-06-20
### specific destination method added
- The api can now return only a specific location (/?dest=)
- Improvement of switch speed validation
- timeout of bus site augmented to 30 sec
## [0.0.3] - 2019-06-13
### deployment automation
- Production automation added
## [0.0.2] - 2019-06-13
### API, tests
- Converted into flask API
- Testing suite added
## [0.0.1] - 2019-06-12
### First version
- Fetches all the data from the city website