Firenado

Latest version: v0.9.5

Safety actively analyzes 629908 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 7 of 8

0.1.6.2

May 06, 2018

We are pleased to announce the release of Firenado 0.1.6.2.

Fixed error installing Firenado on pip 10.

Here are the highlights:

Bug Fixes

* Cannot install on pip 10. 197

0.1.6.1

February 17, 2018

We are pleased to announce the release of Firenado 0.1.6.1.

This is the release we changed the package to production ready as the session
engine will expire and clean invalid session data.

Here are the highlights:

New Features

* Implement session timeout 151
* Session id should be defined by a config item 169
* Provide data_connected method to the service 173

Bug Fixes

* Handle better data source key error during the configuration process 187

0.1.6.0

November 12, 2017

We are pleased to announce the release of Firenado 0.1.6.0.

With this release we added the idea of url root path to the application.

By default the url root path will be set as / and that is ideal for applications that runs over the url root (ie. http://example.com). If an application isn't located at the root of the domain (ie. http://example.com/my/app/address) we should change the url root path to /my/app/adress.

The configuration is set in the firenado.yml:


app:
url_root_path: "my/app/address"


A method on the request and an ui module were added to help build links
regarding the url root path configuration:

On the request:

`self.get_rooted_path("/an_url_path")`

On a template:

`{% module RootedPath('/an_url_path') %}`

Both will return <url_root_path>/an_url_path.

It is possible to set the time to wait before the shutdown by a configuration
item.

A new toolbox component was added with a full pagination functionality.

Also a shortcut to the firenado project command as added. Here is an example:

`firenado proj init`


A bug fix made possible to run firenado on windows. The skell application is
running without problems after the fix.

Here are the highlights:


Features

- Added url_root_path to the app config. 160
- New toolbox component. 161
- Added pagination to the toolbox component. 170
- New wait_before_shutdown configuration item. 178
- Added shortcut proj to the firenado project command. 179


Bug Fixes

* Adding sinal handler for SIGTSTP will break application start on windows. 181

0.1.5.3

October 09, 2016

We are pleased to announce the release of Firenado 0.1.5.3.

We added couple features to give more flexibility to configure the application and check if the request was sent by a mobile device.

The Tornado examples to handle Facebook and Twitter Oauth were added to the project and a Google one was created based on the Twitter one.

Here are the highlights:

Features
- Create method to check if the handler is dealing with a mobile. 161
- Add static_url_prefix to the config file. 162
- Add settings configuration list to the app config. 163

Examples
- Create examples using Facebook, Twitter and Google authentication. 164

0.1.5.2

September 18, 2016

We are pleased to announce the release of Firenado 0.1.5.2.

This release add some features to secure cookies, prevent xsrf attacks and add login urls to the app.

Here are the highlights:

Features
- Add cookie_secret to the config core feature session tornadoweb. 123
- Add login url to the app config . 153
- Add xsrf_cookies to the app config. 154
- Add management task to generate random cookie secrets. 155

0.1.5.1

September 10, 2016

We are pleased to announce the release of Firenado 0.1.5.1.

This release fixes some management tasks bugs and handles the sqlalchemy data source disconnect issue better.

Here are the highlights:

Bug Fixes
- Firenado project init is broken. 138
- Sub-command help is not being parsed correctly. 139
- Sqlalchemy session has errors after some time. 145

Page 7 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.