Hello !
The new 5.0.0-rc.1
release of Asqatasun is out !
If you want to test it, we propose 2 quick methods:
The installation documentation is not ready yet. If needed you can download Asqatasun 5.0.0-rc.1
files and get inspiration from the Dockerfile or Vagrant bootstrap.sh file.
Thanks
Thanks to all our fellow contributors, with special mention
to @mfaure, @koj, Julie and Nicolas.
Thank you for getting Asqatasun bigger and better !
Content of this version 5.0.0-rc.1
Added
- Added accessibility referential RGAA v4
- Added REST API
v1.0.0
with Swagger playgroundChanged
- Documentation website is being revamped: https://doc.asqatasun.org/v5/en/
- Docker images have their own dedicated repository: https://gitlab.com/asqatasun/asqatasun-docker
- Audits are now performed using Firefox 78 instead of Firefox 34
- Scenario audits now use Selenium IDE instead of the deprecated Selenium Builder
- Database model is now managed by Flyway, useful for easier model upgrade
- Whole application is now based on SpringBoot
- Tomcat server is no longer needed
- a single java file (
.war
) contains all that is needed for webapp (except Firefox and database server)- a single java file (
.jar
) contains all that is needed for REST serverRemoved
- Disabled site audit (crawler) #488
This will be re-implemented for v5.1.0 #521- Following pre-requisites are no longer necessary:
XVFB
andTomcat
server.Fixed
- Allow IPv6 client #357