Skip to content

Releases: SukkoPera/Webbino

1.0 Release Candidate 5

17 Jun 15:15
Compare
Choose a tag to compare

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

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

Enjoy!

1.0 Release Candidate 4

19 Oct 12:58
34f5fbd
Compare
Choose a tag to compare
  • 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!

1.0 Release Candidate 3

15 Jan 22:19
Compare
Choose a tag to compare

Another step closer...

1.0 Release Candidate 2

15 Jan 17:36
Compare
Choose a tag to compare
Pre-release

One step closer to release...

1.0 Release Candidate

15 Jan 14:29
Compare
Choose a tag to compare
1.0 Release Candidate Pre-release
Pre-release

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.

0.9.0 Release

21 Jun 17:32
Compare
Choose a tag to compare

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!