Releases: RunOnFlux/flux
Releases · RunOnFlux/flux
v5.16.0
- Updated app registration flow with a new test application feature
- It's now mandatory to test apps before the deployment to make sure application will install and start correctly
- Updated application update / renew management with test application feature
- Improvements on Syncthing applications for soft / hard redeployments
- Apps using primary / standby, will show with status created on standby nodes
- OCI image support and image tests improvements
- Websocket connections refactor and improvements
- Improvements in checks on same locked collaterals assigned to multiple nodes
- Improvements in dynamic IP handling making the daemon get the new node ip faster
- Other small improvements and bug fixes
What's Changed
- Feature: Add OCI Image support and refactor image testing by @MorningLightMountain713 in #1322
- Feature: rework websockets by @MorningLightMountain713 in #1344
- Feature - Remove version check hack by @MorningLightMountain713 in #1366
- v5.16.0 by @Cabecinha84 in #1367
Full Changelog: v5.15.0...v5.16.0
v5.15.0
- Improvements in databases syncing
- Fixes checks on primary/standby nodes for syncthing apps
- Faster loads of standby apps when primary goes down
- Other minor improvements and bug fixes
What's Changed
- Remove duplicate from repo list (fix tests) by @MorningLightMountain713 in #1359
- Addition of nextJS14 docker image by @KingSimpa69 in #1360
- V5.15.0 by @Cabecinha84 in #1362
New Contributors
- @KingSimpa69 made their first contribution in #1360
Full Changelog: v5.14.0...v5.15.0
v5.14.0
- Multiple instances pricing adjustment
- Minimum price per 3 instances is now fixed to be 0.50 USD.
- This fixes scenario of multiple amount of the instances having not price increments
- This change will come into effect on blockheight 1691000
- Blockchain streaming
- FluxOS can now stream blockchain to local network. This greatly increases the speed of bootstrapping new node on local networks.
- Api: POST /flux/streamchain
- Find out more about this feature and how to use in following medium article: https://medium.com/@udingmyride/fluxnode-stream-chain-feature-49e6da0df38a
- Fixes GPG verification check
This is a forking release and will be enforced on the 24th of July.
What's Changed
- Feature/stream chain by @MorningLightMountain713 in #1295
- fix processing app values by @TheTrunk in #1346
- Fix/process apps by @TheTrunk in #1348
- fix by @TheTrunk in #1350
- Fix/process apps by @TheTrunk in #1351
- run rescan for block processing by @TheTrunk in #1352
- stop broken app being installed. by @MorningLightMountain713 in #1355
- Update repositories.json by @Cedu1402 in #1354
- Update repositories.json - Add ArchiveBox by @flikites in #1356
- ergo sigmanaut mining pool integration by @marctheshark3 in #1357
- v5.14.0 by @TheTrunk in #1358
New Contributors
- @Cedu1402 made their first contribution in #1354
- @marctheshark3 made their first contribution in #1357
Full Changelog: v5.13.2...v5.14.0
v5.13.2
v5.13.1
v5.13.0
- New section on HomeUI Administration -> Flux -> Debug page with Outbound Requests information.
- Add running since property to all fluxapprunning messages, this helps the network to determine what nodes shall be running the application
- Add mongodb gpg key check/update if needed
- Improvements in connections between nodes on the network
- Fixes sending duplicates apps on fluxapprunning messages
- Fixes rebroadcasting of fluxapprunning messages
- Other small improvements and minor fixes
This version will be enforced on July 3rd.
What's Changed
- Whitelisting request by @vsdcu in #1336
- Update repositories.json - Add ReStreamer App by @flikites in #1330
- Feature: add debug machinery by @MorningLightMountain713 in #1333
- mongodGpgKeyVerify by @XK4MiLX in #1335
- update repositories.json by @mvieiradcu in #1334
- Tests / Fixes for debug page by @MorningLightMountain713 in #1337
- Bugfix - Outbound connections by @MorningLightMountain713 in #1338
- Bugfix: unable to connect to terminal from new version to old version by @MorningLightMountain713 in #1341
- Feature - Update ws payload size by @MorningLightMountain713 in #1342
- v5.13.0 by @Cabecinha84 in #1339
New Contributors
- @vsdcu made their first contribution in #1336
- @mvieiradcu made their first contribution in #1334
Full Changelog: v5.12.1...v5.13.0
v5.12.1
- Fixes processing fluxapprequest messages
- General improvement of processing all network messages
What's Changed
- v5.12.1 by @Cabecinha84 in #1329
Full Changelog: v5.12.0...v5.12.1
v5.12.0
- Moves Syncthing to new execution model
- Various Syncthing improvements
- Adds nodeJS 14 support for AbortController
- Test suite adjustments
- Improvements in logging mechanism
- Cache improvements
What's Changed
- Move syncthing to new execution model by @MorningLightMountain713 in #1267
- Update repositories.json by @nyusternie in #1321
- Add docker user by @Moultor in #1323
- Update repositories.json by @MorrisLeveau in #1324
- Update repositories.json by @XavierTM in #1325
- v5.12.0 by @TheTrunk in #1327
New Contributors
- @nyusternie made their first contribution in #1321
- @Moultor made their first contribution in #1323
- @MorrisLeveau made their first contribution in #1324
Full Changelog: v5.11.0...v5.12.0
v5.11.0
- Introduces 'fluxapprequest' message version 2
- With fluxapprequest version 2, each node can ask on a single message up to 500 missing apps information, and it asks one peer at the time, what will represent much less network usage, cpu usage, and reducing the "spamming" of this kind of messages over the network and the most important a much faster sync on the new nodes that before could take few days to have all the apps messages information stored on mongo db and now should take just few hours.
- The new version will start to be used on the network on block 1670000.
- Improvements on mongodb memory configuration
- Other small improvements
This version will be enforced on June 19th.
What's Changed
- Development by @Cabecinha84 in #1309
- MongoDB Configuration Improvements [FIX] by @XK4MiLX in #1318
- Update repositories.json by @4haiko in #1319
- Refactor/fluxapprequest by @Cabecinha84 in #1302
- v5.11.0 by @Cabecinha84 in #1320
New Contributors
Full Changelog: v5.10.0...v5.11.0
v5.10.0
- Improvements on dpkg check
- Adds extra DNS in case the defaults one fails
- New loading bars on HomeUI
- ZelID rebranded to Flux ID
What's Changed
- Update system service (again) by @MorningLightMountain713 in #1310
- Feature/dns management by @MorningLightMountain713 in #1293
- Dapp Whitelisting by @hardways in #1313
- Waiting animation by @XK4MiLX in #1314
- v5.10.0 by @Cabecinha84 in #1315
New Contributors
Full Changelog: v5.9.0...v5.10.0