Skip to content

Latest commit

 

History

History
289 lines (154 loc) · 7.52 KB

CHANGELOG.md

File metadata and controls

289 lines (154 loc) · 7.52 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.2.66 (2024-07-15)

Bug Fixes

  • debug mongo only if LOGGING_MONGO set to „true“ (c51b119)

0.2.65 (2024-07-15)

0.2.65-alpha.1 (2024-07-14)

Bug Fixes

  • 🐛 ensure procedure id is a valid mongo ObjectId (4c7b22b)

0.2.65-alpha.0 (2024-06-09)

0.2.64 (2023-12-16)

0.2.64-alpha.0 (2023-12-16)

Features

  • ✨ add conference weeks for 2024 (f386ea3)

0.2.63 (2023-07-05)

Bug Fixes

0.2.63-alpha.0 (2023-07-05)

Bug Fixes

  • 🐛 filter empty deputies (93ac512)

0.2.62 (2023-07-04)

0.2.62-alpha.6 (2023-06-21)

Bug Fixes

0.2.62-alpha.5 (2023-06-21)

0.2.62-alpha.4 (2023-06-21)

Bug Fixes

0.2.62-alpha.3 (2023-06-21)

Bug Fixes

  • 🐛 log addToken tasks (4029429)

0.2.62-alpha.2 (2023-06-06)

Bug Fixes

  • 🐛 fix add new push tokens (d07ebcd)

0.2.62-alpha.1 (2023-05-20)

Bug Fixes

  • 🐛 replace device token os with fcm when it's android (9aee02f)

0.2.62-alpha.0 (2023-05-14)

Automation

0.2.61 (2023-01-10)

Build System

  • 🚨 fix project settings in eslint config (03152e8)

Automation

  • 🐛 fix version number of docker image and pull request (f2d0b59)

0.2.60 (2023-01-10)

Automation

  • 🚀 create new release and docker image on dispatch action (7f3b9a0)
  • 🚀 open a pull request for infrastructure repository (4d64fee)
  • ✨ add husky with commitlint to enable conventional commits (24a68bb)

0.2.59 (2023-01-08)

Automation

  • 🚀 create new release and docker image on dispatch action (7f3b9a0)
  • ✨ add husky with commitlint to enable conventional commits (24a68bb)

0.2.32

  • [Fix] WOM Constituency fix sort procedures

0.2.31

  • [Changed] add procedureId as id type for vote mutation

0.2.24

  • [Fix] dataloader procedure id handling

0.2.22

  • [Changed] add dataloader to graphql resolver procedures.voted

0.2.13

  • [Changed] decouple cronjob push-send-queued

0.2.10 - 0.2.12

  • [Changed] decouple cronjobs

0.2.9

  • [Fix] use mongoose instance from democracy-common

0.2.8

  • [Changed] start to decouple cronjobs

0.2.5 & 0.2.6 & 0.2.7

  • [NoChange] Tried successless to fix 1.2.2 crash

0.2.4

  • [Changed] Throw more clear errors on create new device error

0.2.3

  • [Changed] remove unnecessary console logs

0.2.2

  • [Changed] allow file path AND string for APN key

0.2.1

  • [FIX] Auto reconnect mongo

0.2.0

  • [Changed] Convert js to typescript

0.1.24

  • [FIX] Push for vote results

0.1.23

  • [FIX] Push queue memory issue

0.1.22

  • [FIX] Push memory issue

0.1.21

  • [ADD] conferenceWeek api endpoint

0.1.20

  • [FIX] Named Polls import

0.1.19

  • [FIX] Memory issue by disabling apollo query cache

0.1.18

  • [Changed] Return new list Types for Procedures
  • [FIX] Android: Fix Push notifications

0.1.17

  • [Added] Query CommunityVotes for browser version

0.1.16

  • [Fix] Named polls party names
  • [Added] Queries for statistic

0.1.15

  • [Changed] Filter performance for not-/voted
  • [Removed] Deprecated graphql field goverment #438
  • [Fixed] Search Button fix #248
  • [Fix] Remove id from Procedure.voteResults.PartyVotes subobject to fix unnecessary Push notifications
  • [Fix] more dynamic connection whitelisting
  • [Added] Catch all errors and log them

0.1.14

  • [Changed] JWT Header based authentification
  • [Added] DEBUG environment variable
  • [Added] Permissions for User-only and VerifiedUser-only requests
  • [Added] IP-Whitelist controll for Bundestag.io hooks
  • [Added] SMS Verification
  • [Added] Logger
  • [Added] FractionResults

0.1.13

  • [Add] Sorting for Procedures
  • [GraphQL] add Query: getProceduresById
  • [Fixed] Start even if no valid APPLE_APN_KEY is present #462
  • [Fixed] add internal lane topic for push notifications

0.1.12

  • [Changed] scrape bt-agenda Überwiesen show time
  • get estimated vote result from bundestagio
  • fix sorting for list (voteDate)
  • [Added] Add support for scraping currentState history
  • [Search] Use elastic-search server #248

0.1.11

  • handle removed vote results #325

0.1.10

  • lock graphiql via config

0.1.9

  • webhook
    • do a daily resync with the bundestag.io server
    • removed count as integrity measurement

0.1.8

  • graphQL
    • also provide votedGoverment(votedGovernment) for backwards compatibility (client <= 0.7.5)

0.1.7

  • graphQL
    • always import the correct voteDate for Anträge & Gesetze

0.1.6

  • graphQL
    • Include "Abgelehnt" and "Angenommen" in Voting-List & unified procedureState definition #306
  • Resync with bundestag.io on procedures gte 19
  • Parameterized the period to be displayed/used

0.1.5

  • pushNotifications
    • Disabled pushNotifications due to non-functionality

0.1.4

  • graphQL
    • Procedure resolver: procedures
      • Fix order ( first votedate and add by last update ) #280