Webbino Versions Save

A universal webserver for Arduino, capable of delivering dynamic contents

v0.9.99

11 months ago

Long time, no see, but Webbino is still alive! :)

This version only fixes a problem when decoding x-www-form-urlencoded form data.

Enjoy!

v0.9.98

2 years ago
  • Fix issue when loading large files from flash storage (#5)
  • Disable tag replacement for .js files by default (#10)
  • Add options for Access-Control-Allow-Origin

Thanks a lot to @qniens!

v0.9.0

2 years ago

After a lot of work, several improvements in the interface and the addition of many new supported network interfaces, it is finally time for the first stable release.

This is a pre-release in order to get things rolling for inclusion in the Library Manager, but it still lacks some testing, in particular for the WINC1500 chip, used on WiFi Shield 101 and MKR1000 and for the official (older) WiFi shield. If anyone could contribute information about whether the library works or not with these chips, it would be much appreciated.

Enjoy!

v0.9.97

3 years ago

Another step closer...

v0.9.96

3 years ago

One step closer to release...

v0.9.95

3 years ago

After a looooooooong time, here's the first 1.0 Release Candidate.

A lot of things have changed, and you will definitely need to update your code if you want to update from older versions, but since I don't think Webbino has many users, I am not going to make a detailed update document. Feel free to open issues if you need help.

One of the most notable changes is that Page Functions now must return an HttpStatusCode, which should be HTTP_OK if you want the same behaviour as before, but this can be used to intercept and block the loading of the page to implement an ACL mechanism, for instance.

Speking of Access Control, Webbino now has native support for Basic Authentication.

I'm also struggling to setup detailed documentation on the wiki, so please head there for futher information.