Relase notes

Relase notes

Mar 06, 2026 - API
  • Fixed lpr_recognition websockets

Mar 02, 2026 - PMS
  • QR list fix
  • QR code description fix
  • Removed product
  • PMS review fixes

Mar 02, 2026 - API
  • Fixed one-to-one relations not working with HR filter
  • Fixed parking analytics without scope + interval handling
  • Removed analytics authority check
  • Replaced account with account user in QR codes
  • Added error handling for non-existing tables
  • Fixed product log creation
  • Refactored "no scope" response
  • Added LPR camera DTO and transformer
  • Changed demo seeder to single account
  • Removed factories from seeders
  • Fixed yarn.lock missing in build

Feb 18, 2026 - PMS
• Members Screen
• Users screen
• Groups screen
• Add member and tariff options when creating group
• Add group options to members screen
• Replace functions for members and groups
• Zone and tariff list view
• Tariffs screen
• Tariff assign functionality
• Unassigned tariff filter
• Max members per group on tariff create
• Close terminal session modal redesign
• Close terminal session from overview
• Handle invoice link after terminal session payment
• Loader while waiting for invoice
• Disable payment button when due amount is 0
• Invoice link in account info fix
• Electronic device selector in manage terminal payment
• Analytics screen functionality improvements
• Change analytics adjustments
• Peak occupancy hour formatting fix
• Zone alerts list
• Filter terminals by pos_serial_number
• Terminal control fix
• Brain control fix when state disabled
• Hoverable icons
• Battery percentage on hover
• Notification tray hover message
• Composable select field component
• Shared access fixes
• Dashboard fixes
• No sensor brain fix
• ANPR screen fixes
• QR Code creation fix
• QR code description field

Feb 18, 2026 - API
• Tariff entities & schema
• Tariff replace logic
• Tariff relations (zone, member, group)
• Zone tariff order change
• Tariff schedules
• Optional schedules support
• Season start/end handling fix
• Tariff resolver (basic)
• Gratis resolver
• Tariff max affected members
• Member entity
• Group entity
• Proactive alerts controller
• Proactive alert email handling
• Shareables endpoint
• Create terminal session payment endpoint
• Session payment validation
• Extend session update logic
• Handle non-existing sessions in session details
• Get space invoice electronic devices
• Optional electronic device ID support
• Refactor lot entries analytics
• Add name to lot entries analytics response
• Return all lots and zones in analytics
• Parking analytics returning data with no changes fix
• Populate parking places without changes
• Extend parking place change DTO (include parking place ID)
• Weblink cronjob
• Populate weblink routes fix
• Weblink email template update
• Terminal seed updates
• Expand terminal controller filters
• Cache TTL fix
• Double login fix in PMS
• LPR image save environment variable
• QR code description addition
• Zapier camera subscription
• Disable unused occupied-spot-count flow
• Sync import/export for lot whitelists
• Swagger filter feature
• Swagger optional fields fixes
• Rewrite query parameters as arrays in docs
• Legacy barrier duplicate creation bug fix

Dec 12, 2025 - PMS
  1. fix: dashboard LPR Camera control
  2. fix: anpr camera screen at 1366x768 resolution
  3. fix: always show anpr list screen
Dec 09, 2025 - Parklio Android Library (Public Release) v2.1.8
  1. Updated library to support 16kB page file size
  2. Added QUEUE FULL (when too much commands are in the command queue) and BUSY (trying to execute command immediately but a command is already being executed) error codes
  3. Added function to run command immediately (command will fail if any other command already queued)
  4. Added option to initialize a connection from a ScanResult
  5. Fixed BLE connection issues when using device MAC address to connect
Dec 09, 2025 - Parklio Android Library Demo v1.0.1
  1. Updated demo app with new Library release
  2. Fixed GUEST KEY format in example
  3. Removed deprecated library functions from example
Dec 08, 2025 - Parklio API
  1. fixed an issue where old owned devices would be shown in PMS dashboard
Dec 08, 2025 - PMS
  1. feat: lotAndZone picker
  2. feat: display counter
  3. feat: home dashboard
  4. feat: localStorageService and lotAndZoneService
  5. fix: dashboard navigation and rebase/review fixes
  6. feat: terminal control
  7. feat: DeviceRow
  8. feat: deviceList, useDeviceService
  9. feat: device table
  10. feat: device share component
  11. feat: device filter component
  12. feat: product details modal
  13. fix: disabled status device row
  14. feat: helper function and style changes
  15. feat: add device list to dashboard
  16. feat: LotList pagination
  17. feat: expand zone with occupied count and spot count
  18. feat: zone vehicle count
  19. feat: move ANPR and detect to main navigation
  20. feat: update logs service
  21. feat: logs table
  22. feat: logs filter
  23. feat: logs list
  24. feat: productErrorStatuses
  25. feat: ProductErrorsModal
  26. feat: NotificationPopover
  27. feat: toFilterQueryValue function
  28. fix: review fixes and remove unnecessary casting
  29. feat: settings side menu
  30. feat: shared and blocked access tables
  31. feat: ANPR list
  32. feat: ANPR screen
  33. feat: lot screen navigation
  34. fix: review fixes and remove unused imports
  35. feat: account invitation list
  36. feat: account user list
  37. feat: manager modal
  38. fix: ANPR list padding
  39. feat: close session modal
  40. feat: print invoice session storage
  41. fix: detect screen route path
  42. fix: internal terminal list filter
  43. fix: review fixes
  44. feat: update license plate modal
  45. feat: PMS analytics
  46. feat: Session details modal
  47. fix: review fixes
  48. fix: discount time
  49. fix: analytics cleanup
  50. feat: replace question mark info icons
  51. fix: hide blocklist
Dec 08, 2025 - Parklio API
  1. fix: proxy whitelist
  2. feat: zone spot count
  3. fix: minor count changes and multiple flushes for lot and zone update
  4. fix: service code clean up
  5. fix: null pointer exception
  6. fix: removing parking place can set negative occupied count
  7. fix: scan time not shown on lot entry
  8. fix: unused attribute and entity cleanup (lot & zone)
  9. fix: template copy and nodemon in unit test watch
  10. feat: terminal payment invoice
  11. feat: license plate and pan invoice store
  12. feat: invoice forms
  13. fix: populate product in operation result
  14. fix: error in pipeline
  15. feat: filter terminals by is_master
  16. fix: operation log user filtering
  17. fix: relation loading and deprecated kaniko
  18. feat: zone occupancy recount
  19. fix: review changes and clean up zone service cron job
  20. fix: escape characters in parking place change
  21. fix: remove whitespaces from payload name on flow controller
  22. feat: type of access filter for operation logs
  23. feat: lot entry filter by zone id
  24. feat: filter account users by lots
  25. fix: account user invitations being set to reactivated when resending
  26. feat: parking analytics
  27. fix: split durations above interval and make from/to date optional
  28. feat: parking analytics peak hour and percentage
  29. feat: parking place changes controller
  30. fix: CI/CD tests
  31. fix: missing product logs migrations and extend terminal type
  32. feat: session details
  33. feat: lpr camera log filter by zone
  34. feat: session update
  35. fix: incorrect session id format
  36. feat: parking place change CSV export
  37. feat: lot entry analytics
  38. fix: added filtering params
  39. fix: update CSV export to use find all unpaginated
  40. fix: query string on lot entries analytics
  41. fix: query string on parking analytics
  42. fix: replace from and to filter with created_at
  43. fix: add lot_id, zone_id and parking_place_id filter
  44. fix: add total average duration and total average duration percentage for parking analytics
  45. fix: average duration percentage calculation
  46. fix: refactor parking analytics
  47. feat: levenshtein lpr lookup
  48. fix: discount time
  49. fix: add missing parking analytics tests
Nov 13, 2025 - Parklio PMS
  1. New General Terms
Nov 11, 2025 - Parklio Connect 5.0.8.
  1. Fix product update
Nov 7, 2025 - Parklio Barrier v1.4.15
  1. Fixed bug where barrier would sometimes crash when programming remotes
Oct 27, 2025 - Parklio Barrier RF Receiver v1.0
  1. Initial release, 433.92 MHz version
  2. Support for 100 coded transmitters
Oct 27, 2025 - Parklio Barrier v1.4.14
  1. Added support for RF Remote Receiver (Parklio Universal Transmitter - Barrier)
Oct 16, 2025 Parklio Connect 5.0.7:
  1. Update React Native
  2. Support 16KB Page File
  3. Cached Products
  4. Update Token Library
  5. Update React Native
  6. Device adding set time crash
  7. Product operation logs
  8. Fixed login parse
  9. Profile sync

Sep 10, 2025 Parklio API:
  1. violation throttle
  2. terminal heartbeat
  3. extend devices attributes
  4. device product errors
  5. axis car model storing
  6. axis throttle duplicate events

Sep 05, 2025 Parklio API:
  1. Terminal Session Filtering and Sorting
  2. New Terminal Type LPR_POF
  3. Terminal Session Payment Trigger
  4. Terminal LPR
  5. Terminal Plate Readings
  6. Terminal Camera Live feed
  7. Terminal Session Creation
  8. Violation zone
  9. Fix: Axis camera online/offline
  10. Fix: Product Name to weblink
  11. Fix: Update Spot count during parking place creation
  12. Fix: Invitation Rehaul
  13. Fix: Product Timestamp Set via Gateway (Sarma)

Sep 05, 2025 PMS:
  1. Payment Trigger
  2. New Terminal Type
  3. Terminal Licesne plate overview
  4. Add Session Modal
  5. Filtering
  6. Sorting
  7. Live Terminal Camera Carusel
  8. License Plates to Session Table

Aug 07, 2025 Parklio API:
  1. Axis Cameras
  2. Parking Detection using ground Sensors
Jul 15, 2025 Parklio PMS
  1. Lot id in lot info
  2. Detect Analytics
  3. Product Logs
Jul 15, 2025 Parklio API
  1. Expanded product logs
  2. Email invite fix
  3. Unique number fix for email invite
Jul 2, 2025 - Parklio API
  1. Fixed throttler bug
  2. Improved throttle test setup
  3. Fixed social login defaulting to PMS token
  4. Fixed user invitations bug
  5. Fixed duplicate emails in tests
  6. Added product logs
  7. Added cron job for cleaning expired key logs and operation keys
Jun 23, 2025 - Parklio Docs 1.0.0
  1. Updated Zapier docs
Jun 23, 2025 - Parklio Zapier 1.1.1
  1. Rearranged the input fields in the Share single key action
Jun 17, 2025 - Parklio API
  1. Fix operator visibility of lots and products
  2. Fix operator ability to control other products
  3. Fix Parking Detection auto populate uuid
  4. Single operation key creation endpoint

Mar 25, 2025 - Parklio Barrier v1.4.12

  1. Improved arm position sensing for new new hardware

May 29, 2025 - Parklio Barrier v1.4.13

  1. Fixed IO board bug where IO board would open event with car on top

May 05, 2025 - Parklio Connect 5.0.5
  1. device name sort
  2. OTP(magic link) login
Apr 25, 2025 - Parklio PMS
  1. Space Invoice Login
Apr 25, 2025 - Parklio API
  1. Finalize Invoice Sync
  2. Terminal Payment Origin
  3. Realtime Terminal Info
  4. Reference Number in invoices
  5. Invoice Sync Dry Run
  6. Manual Invoice Sync
  7. Magic Links (Called currently OTP)
  8. Inverted Weblinks
  9. Space Invoice Login
  10. Account Profile Error
  11. Sort camelCase Error
  12. Invoice Lookup 
Apr 03, 2025 - PMS
  1. Terminals
  2. Terminal Account Setup
  3. Zones in navigation
  4. Lot Whitelist Import
  5. Lot Whitelist Export
  6. Lot Entries Export
Apr 03, 2025 - Parklio API
  1. Terminal
  2. Terminal Assigment
  3. Account Setup for Terminal and Payment
  4. My Pos Integration
  5. Space Invoice
  6. Fiscalisation Sync
  7. Scheduled Zone Actions
  8. Lot whitelist Import
  9. Lot whitelist Export
  10. Lot Entry Export
  11. Account Restore
  12. Product Type Validation
  13. Zapier LPR Automation
  14. Operation Key Invalidation
  15. Operation Key Invalidation when removing master key
  16. OTP Auth
  17. PAPA Product Verification
  18. Master Key Revocation
  19. Product Creation

Feb 20, 2025 - Parklio QR 1.0.0
  1. Initial release
Feb 20, 2025 - Parklio Connect 5.0.4
  1. key logs loading
  2. email already in use message fix
  3. redundant device add instructions

Feb 18, 2025 - Parklio Barrier v1.4.11
  1. Improved actuator braking current limiting
Feb 11, 2025 - Parklio API
  1.        Creating Operation Keys with API Keys
  2.        Swagger Documentation cleanup
  3.        Tests for account creation
Jan 29, 2025 - Parklio API
  1. Min 3 character validator for product naming
  2. Broken Gateway Scan fix
  3. Permanent open partial fix
Jan 27, 2024 - Parklio PMS
  1. User is logged out correctly when a new PMS user session is done
Jan 27, 2024 - Parklio API
  • LPR Camera open signal on OUT and IN event

Dev 20, 2024 - Parklio Connect 5.0.3
  1. show camera uuid
  2. google sign in login issues
  3. auto close time picker
  4. shared keys message correction
  5. crash on android
  6. all key loading
  7. key fob errors
Dec 08, 2024 - Parklio Connect 5.0.2
  1. Offline Mode Fix
  2. AC Display
  3. Dark Mode Date Time Fix
  4. Product List Sort
  5. Z Index on unreachable operation button
  6. Guest Key Navigation to location

Nov 20, 2024 - Parklio Connect 5.0.1
  1. New login flow
  2. New sign up flow
  3. New forgot password flow
  4. Complete Tab Redesign
  5. All products can be added on the device page
  6. Lot and Zone assign during device add
  7. All users can see their lots
  8. Product Search
  9. New Product Screen
  10. Shared Keys are now combined into one entity
  11. New Operation Key screen
  12. Swipe to close
  13. Swipe to ignore car on top
  14. New Share screen
  15. Per product share screen
  16. Share duration years, date and time can be picked
  17. Telemetry can be sent via email
  18. Account can be deleted
  19. Device List shows all devices
  20. Set location redesign
  21. Added confirmation modals
  22. Updated React Native Version
  23. Updated Navigation
  24. Updated Bluetooth Library
Nov 07, 2024 - Parklio Dognle v1.0.3
  • Improved button response (better button push registration)

Nov 02, 2024 - Parklio Connect Android v4.3.1
  1. Android 14 availability
  2. Removed all analytics and device id lookup
Oct 24, 2024 - Parklio Barrier v1.4.10
  1. Fixed IO board output configuration (vehicle present signal was not outputting correctly)
  2. Added AUX pin configurations (configured via J3: step-by-step or stop input)
  3. Improved position sensing
  4. Fixed bug where constant supply value over 12.9V would sometimes display as Empty battery
  5. Fixed bug where on startup the barrier would sometimes display AUTHENTICATION ERROR.

June 04, 2024 - Parklio Dognle v1.0.2
  1. Added LED blink on button press to improve UX (before LED would only blink when the action is done, which could require 10 seconds waiting for BLE connection to timeout)
Mar 05, 2024 - Parklio Barrier v1.4.9
• Added support for new hardware.
May 11, 2023 - Parklio Barrier v1.4.8
• Added IO board configuration options
• Improved battery reading for double capacity batteries.
May 10, 2023 - Parklio Barrier v1.4.7
• Improved IO board behavior when operating at same time with BLE command.
Mar 03, 2023 - Parklio Barrier v1.4.6
• Improved actuator driver.
• Improved Constant Supply mode.
• Added IO Board Support.
• Battery reading bug fixed.
• Improved car detection.
• Added emergency firmware update (holding the button when powering will enter
update mode).
• Added improvements to Bluetooth communication - improved connection stability.
Sep 08, 2022 - Parklio Barrier v1.4.0
• Added laser error data to barrier status.
Jul 12, 2022 - Parklio Barrier v1.3.9
• Fixed auto-close holdoff: Now always fixed at 60 seconds.
• Improved auto-close behavior.
Apr 14, 2022 - Parklio Barrier v1.3.8
• Added power supply hiccup recovery when connected to constant supply.
Feb 17, 2022 - Parklio Barrier v1.3.6
• Modified actuator drivers to allow compatibility with older versions.
Dec 20, 2021 - Parklio Barrier v1.3.5
• Added compatibility for new Laser board hardware.
Dec 13, 2021 - Parklio Barrier v1.3.4
• Fixed hardware version displaying wrong.
• Added ability to disable vehicle sensor.
Nov 05, 2021 - Parklio Barrier v1.3.2
• Added LED blink on Bluetooth activity.
Oct 11, 2021 - Parklio Barrier v1.3.1
• Added constant supply mode compatibility.
• Added LED error codes.
May 24, 2021 - Parklio Barrier v1.2.8
• Magnetic field sensor stability improvements.
Jan 18, 2021 - Parklio Barrier v1.2.5
• Added support for new magnetic sensor.
• Actuator behavior improvements.
Dec 14, 2020 - Parklio Barrier v1.2.4
• Fixed bug where firmware would sometimes crash when advertisement data
changes too fast.
Dec 12, 2020 - Parklio Barrier v1.2.3
• Improved barrier jammed behavior.
Nov 12, 2020 - Parklio Barrier v1.1.2
• Barrier advertised data will now correctly update on vehicle presence change.
Nov 10, 2020 - Parklio Barrier v1.1.1
• Improved time before vehicle is detected.
Nov 05, 2020 - Parklio Barrier v1.1.0
• Barrier will now advertise data even while a user is connected, allowing gateways
to read real time status.