Skip to content

Releases: swat121/Karen-API-Integration

karen-v2.0.0

21 Jan 08:05
254940d
Compare
Choose a tag to compare

New feature:

  • connecting to client via mDNS
  • scheduler (planned/interval)
  • logger for api requests
  • notify (api) flow with TelegramBot
  • testing flow

karen-v0.4.0

09 May 18:14
Compare
Choose a tag to compare

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

11 Apr 19:28
Compare
Choose a tag to compare

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

16 Feb 20:50
Compare
Choose a tag to compare

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

27 Jan 19:30
Compare
Choose a tag to compare

Version compatibility:

Commit in branch master (fbbc3a4)

karen-v0.2.1

29 Dec 21:23
Compare
Choose a tag to compare

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

29 Dec 11:49
Compare
Choose a tag to compare

Add:

Discivery Service
Load Balansed

karen-v0.1.1

20 Sep 18:19
Compare
Choose a tag to compare

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

24 Aug 10:32
Compare
Choose a tag to compare
Add: README.md file