|
3 | 3 | All notable changes to this project will be documented in this file.
|
4 | 4 | See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5 | 5 |
|
| 6 | +# [0.3.0](https://github.com/eficode/pipeline-the-game/compare/v0.2.0...v0.3.0) (2021-02-08) |
| 7 | + |
| 8 | + |
| 9 | +### Bug Fixes |
| 10 | + |
| 11 | +* **functions-general:** clear rtdb from game when last user ([41aba6a](https://github.com/eficode/pipeline-the-game/commit/41aba6a03748d08be046ed1558e2f02383df0ae6)) |
| 12 | +* **functions-general:** fix client offline error and move game handling ([bcfb4b5](https://github.com/eficode/pipeline-the-game/commit/bcfb4b52d51d0b70f86a94917426f4303538e39e)) |
| 13 | +* **functions-general:** fix job import ([b24caaa](https://github.com/eficode/pipeline-the-game/commit/b24caaab0899bddbdc90a8687931690fd7f9b53d)) |
| 14 | +* **functions-general:** fix transaction retrials for best instance ([0c6dc26](https://github.com/eficode/pipeline-the-game/commit/0c6dc269d32dfb5a938f25a9166c3c992e5386c6)) |
| 15 | +* **functions-general:** update naming for not allowed square bracket ([129f074](https://github.com/eficode/pipeline-the-game/commit/129f074d4105ad47adacc2838e4ce2df62cb4602)) |
| 16 | +* **functions-load-balancing:** correct instance id trigger ([521b8bb](https://github.com/eficode/pipeline-the-game/commit/521b8bb04a484afd83ac89143a56319a526d8e27)) |
| 17 | +* **functions-load-balancing:** fix functions build ([c9e8133](https://github.com/eficode/pipeline-the-game/commit/c9e813347592610b545ee450ccd8424b6a56b85d)) |
| 18 | +* **functions-load-balancing:** fix functions linting errors ([d7880fc](https://github.com/eficode/pipeline-the-game/commit/d7880fc87eaca7a5c309d74c7a92fd8c26fcca2d)) |
| 19 | +* **functions-load-balancing:** improve connections diff increment ([58b30ab](https://github.com/eficode/pipeline-the-game/commit/58b30abe4130e2d9c4c8c36f4e442d4d92fffd7c)) |
| 20 | +* **functions-load-balancing:** remove empty file ([88cf7d4](https://github.com/eficode/pipeline-the-game/commit/88cf7d49d318c277868c43ead139f221508f59b8)) |
| 21 | +* **functions-load-balancing:** remove lockedBy cards query ([39a1bde](https://github.com/eficode/pipeline-the-game/commit/39a1bde9556aee05b3388d4098e79f60dfb5a05a)) |
| 22 | +* **functions-load-balancing:** remove multiple init of same database ([0002f4a](https://github.com/eficode/pipeline-the-game/commit/0002f4a1d31cf343729c0c159beba2a204ca89ac)) |
| 23 | +* **functions-load-balancing:** remove unused import ([4a4351f](https://github.com/eficode/pipeline-the-game/commit/4a4351f3884c61980d7a35a6fbfda831c2736584)) |
| 24 | +* **functions-load-balancing:** restore game createdAt field correctly when moving from rtdb ([6a3fd3b](https://github.com/eficode/pipeline-the-game/commit/6a3fd3bc205cb3f179bb8c86e0fc000a5eb1946c)) |
| 25 | +* **functions-load-balancing:** return present instance if available ([77b21f7](https://github.com/eficode/pipeline-the-game/commit/77b21f78b5b7763fb513b9211dcdd96919edbb19)) |
| 26 | + |
| 27 | + |
| 28 | +### Features |
| 29 | + |
| 30 | +* **functions-general:** add deploy of functions to all rtdb instances ([d447cac](https://github.com/eficode/pipeline-the-game/commit/d447cace159272bf6238801e38b2d0a4e0f11fe0)) |
| 31 | +* **functions-load-balancing:** adapt to new common model ([a14d488](https://github.com/eficode/pipeline-the-game/commit/a14d488901e6adf272c16de9598de13c4b9fe315)) |
| 32 | +* **functions-load-balancing:** add cards zIndex normalization ([c0f921d](https://github.com/eficode/pipeline-the-game/commit/c0f921d225350e830ee0243e2897d7a71a2147ef)) |
| 33 | +* **functions-load-balancing:** add functions to control game load balance ([0f38224](https://github.com/eficode/pipeline-the-game/commit/0f3822428074645313e00323ab90085eccfb4292)) |
| 34 | +* **functions-load-balancing:** add multiple game ids logic ([a4be30d](https://github.com/eficode/pipeline-the-game/commit/a4be30d03c772e04b0a1007c48ee0d956ab4666f)) |
| 35 | +* **functions-load-balancing:** update functions to new connections logic ([efc295e](https://github.com/eficode/pipeline-the-game/commit/efc295ed5f388c1247f3cf9f3f95aba8223c2aa9)) |
| 36 | +* **functions-load-balancing:** update game move logic ([72da50c](https://github.com/eficode/pipeline-the-game/commit/72da50ca16f170cbae24155747f313f9951f438e)) |
| 37 | +* **functions-load-balancing:** update logic removing cron job ([bc171f5](https://github.com/eficode/pipeline-the-game/commit/bc171f55e3d5af03b8360f294aa823a293045a0d)) |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
6 | 43 | # [0.2.0](https://github.com/eficode/pipeline-the-game/compare/v0.1.0...v0.2.0) (2021-01-21)
|
7 | 44 |
|
8 | 45 | **Note:** Version bump only for package @pipeline/functions
|
|
0 commit comments