esprfid / esp-rfid

ESP8266 RFID (RC522, PN532, Wiegand, RDM6300) Access Control system featuring WebSocket, JSON, NTP Client, Javascript, SPIFFS
MIT License
1.35k stars 423 forks source link

esp-rfid v2 #605

Open matjack1 opened 10 months ago

matjack1 commented 10 months ago

I think it's time to release a V2 for esp-rfid :)

We need a V2 as there are a few breaking changes on the MQTT interface, but I think it's much better now.

Apart from that, the update from V1 should just work, the old configuration will work on the V2 and the new stuff should default to settings that should keep the old configuration working. If anyone has problems upgrading let me know!

I have updated all the documentation and apart from a merge with stable and a changelog update we should be ready!!

@omersiar let me know what you think :)

matjack1 commented 10 months ago

I've also create a release to help trying it out, here: https://github.com/esprfid/esp-rfid/releases/tag/2.0.0.rc0

omersiar commented 10 months ago

This is huge 🥳 and puts a great milestone to the project thanks to all efforts you put into this, much appreciated.

matjack1 commented 10 months ago

Thank you @omersiar!

Meanwhile I've deployed it on our system at the local Fablab and found a little bug about the old config compatibility :)

If you can approve again would be nice :)

I'll leave the PR open for a couple weeks just in case I find anything else or if anyone testing finds any issue. Thank you Omer!!