new
improved
fixed
⚓️ Naas - Release Note - 1.1.0
Naas => 1.1.0
Naas drivers => 0.48.0
Naas hub => 0.3.44
🚀 What's new?
- BREAKING CHANGE webhook params are now set in variables instead of raw in the first cell
You have to now use
headers
, body
, and params

- You can run a notebook straight in production with `naas.run(PATH)'. It can help you test your notebook and see if it will work in a production environment.
- Add a way for Naas admin to reset your password if needed!
- Add URL action https://app.naas.ai/user-redirect/naas/downloader?create=testfile to create a file
- Add URL action https://app.naas.ai/user-redirect/naas/downloader?api=true to do action as API for admin
- Add URL action https://app.naas.ai/user-redirect/naas/downloader?url=LOCALPATH to open a local file from prod in your Naas
- Click the file from the manager, download it to your Nass

- New hub design
- New update system, we can now update users incrementally, one by one, so it will help us to contain bugs if a few happen!
😎 New Awesomes Templates
- Add AlphaVantage: Get fundamental data
- Add AWS: Upload file in an S3 bucket
- Add Bubble driver: Trigger workflow
- Rename Crypto by CCXT to match tools categorization
- Add Cityfalcon driver: Get data from API
- Merge FTP with FTPS
- Merge Excel 365 with Excel
- Add Google Drive: Download file
- Add Healthchecks: Perform basic actions
- Add Jupyter: Get my user information
- Add Linear regression driver in Naas folder
- Add Mailbox driver in Naas folder
- Add MongoDB driver: Get and send data
- Add Thinkific driver: Get users, send users
+ Applied naming convention TOOL_ACTION-VERB_DETAIL.ipynb to all templates.
📺 Tech improvements
- PyTorch is preinstall now
- Add a loader in manager to let you know that it's searching.
- Add a debounce time to the search bar, to let you type before starting to search!
- Fixed issue with webhook
- Fixed reset password page
- Fixed issue with the authenticator module that uses a deprecated system
- Fix our automatic test because of breaking change of a dependency: https://github.com/yunstanford/pytest-sanic/issues/49
- Make it easier to test Naas locally with docker, now assets, and webhook works too!
- Add new automatic test for webhook params injection =fewer bugs <3
- Automatically stop your machine when you don't have credits anymore
- "Download file" in your Naas now open it correctly each time!
- Naas logo (N) is set in manager, launcher, jupyterlab and jupyterhub

- Split reverse proxy from the hub, update our architecture don't require restarting all users anymore!
- Add database storage in the hub proxy, allow us to restart the proxy without loosing running users
Please give us you feed back with
naas.open_help()
or on our Slack community.