Releases: azerpas/bourso-api
v0.5.3
I've released a desktop app for Bourso to automate DCA, place orders and such! Go check it out here https://github.com/azerpas/bourso-desktop
Changes
0.5.* versions remove the MFA with SMS/email. It's still unclear if Bourso has fully removed these MFA types, but it's yet to be seen again. From what I've seen, every MFA is now done with the App, so if you're also logged in with the app you should be good to go. Otherwise, stay with 0.3.2 and please open an issue.
Refactor
- Move QR code logic to CLI instead of the API
Infos
There's some CI issues with our SLSA generator due to the recent addition of GitHub immutable releases. For now GitHub immutable releases are disabled until SLSA action becomes usable again with immutable releases. That's why 0.4.0 and 0.5.0 are missing.
v0.5.2
I've released a desktop app for Bourso to automate DCA, place orders and such! Go check it out here https://github.com/azerpas/bourso-desktop
Changes
Features
- Random user-agent.
Fixes
- MFA handling. Bourso has updated their MFA process, thus needing a bit of refactoring.
- It can now handle the extra verification asked by Bourso where you need to scan a QR code.
Infos
There's some CI issues with our SLSA generator due to the recent addition of GitHub immutable releases. For now GitHub immutable releases are disabled until SLSA action becomes usable again with immutable releases. That's why 0.4.0 and 0.5.0 are missing.
v0.3.2
I've released a desktop app for Bourso to automate DCA, place orders and such! Go check it out here https://github.com/azerpas/bourso-desktop
Changes
Refactor
- Added progress updates on the funds transfer

v0.3.1
I've released a desktop app for Bourso to automate DCA, place orders and such! Go check it out here https://github.com/azerpas/bourso-desktop
Changelog
- Feature: Transfer funds between inner accounts with command
# Transfer 10€ from account a583f3c5842c34fb00b408486ef493e0 to b419f2d28010bafb331badef11bba51e
./bourso-cli transfer --account a583f3c5842c34fb00b408486ef493e0 --to b419f2d28010bafb331badef11bba51e --amount 10- CI: Update SLSA3 action
v0.3.0
I've released a desktop app for Bourso to automate DCA, place orders and such! Go check it out here https://github.com/azerpas/bourso-desktop
Changelog
- Feature: Transfer funds between inner accounts with command
# Transfer 10€ from account a583f3c5842c34fb00b408486ef493e0 to b419f2d28010bafb331badef11bba51e
./bourso-cli transfer --account a583f3c5842c34fb00b408486ef493e0 --to b419f2d28010bafb331badef11bba51e --amount 10v0.2.1
I've released a desktop app for Bourso to automate DCA, place orders and such!
Go check it out here https://github.com/azerpas/bourso-desktop
Refactor
- Update user-agent to Chrome 135
v0.2.0
Prepare desktop app release Add MFA support Add trading summary endpoint Add is market open endpoint
v0.1.10
Fix a bug in the parsing of the order response
v0.1.9
Fix a bug introduced by the modification of Bourso API responses
v0.1.8
Improve logs for orders