A lot of new changes in hydra-python-core and the hydrus server have not been incorporated in the docs yet. This really confuses a new user when he is going through the docs like developing with hydrus.
Some of the major changes required immediately that I can think from the back of my mind are:
read-only and write-only properties are now readable and writeable. (Read here)
- Status Codes now can't be defined in python
dict objects. They need to be defined using either HydraStatus or HydraError classes. (related to here)
I will keep appending more changes required to this issue.
A lot of new changes in
hydra-python-coreand thehydrusserver have not been incorporated in the docs yet. This really confuses a new user when he is going through the docs like developing with hydrus.Some of the major changes required immediately that I can think from the back of my mind are:
read-onlyandwrite-onlyproperties are nowreadableandwriteable. (Read here)dictobjects. They need to be defined using eitherHydraStatusorHydraErrorclasses. (related to here)I will keep appending more changes required to this issue.