Releases: swat121/Karen-API-Integration
Releases · swat121/Karen-API-Integration
karen-v2.0.0
karen-v0.4.0
Improved:
- Now when new client was connected or added service make a request to Karen-bot service so that send message for user
- Update bot service, for new RESTAPi in KAren-bot service
karen-v0.3.0
Add:
- Client DTO, repo, controller
Update:
- Connection service
- Log info
Descriprion for Connection service:
Two new methods were implemented in the connection service (getResponseFromService and postRequestForService). These two methods allow you to make get and post requests through the discovery service to other services due to the load balancer.
And the other two services are needed only for HTTP requests to the microcontroller.
Also now to send a request to the desired address of the microcontroller, the service Karen goes to the service Karen-Data and receives data from the database
karen-v0.2.3
New in release:
- Add: LOGGER
- Delete:
- temp service with schedule
- load balancer
- Update: switch-case in micro controller service
Version compatibility:
karen-v0.2.2
Version compatibility:
Commit in branch master (fbbc3a4)
karen-v0.2.1
Add new environment
docker-compose
version: "3"
services:
karen:
image: swat121/karen:tagname
restart: always
container_name: karen
environment:
token: "yourToken"
id: "yourId"
chat: yourChat
patric: http://192.168.0.101:80/
garry: http://192.168.0.100:80/
spongebob: http://192.168.0.100:80/
ports:
- 8080:8080
Karen-v0.2.0
Add:
Discivery Service
Load Balansed
karen-v0.1.1
v0.1.1
- Upgrade: added new functions for communication with the bot
- Karen, contains fixes for bugs in previous 0.1.0 releases.
karen-v0.1.0
Add: README.md file