enso/distribution/lib/Standard
James Dunkerley ecaca12df1
Integrating Enso Cloud with the libraries (part 1...) (#8006)
- Add a `File_For_Read` type. Used for `File_Format` to read files.
- Added `Enso_User` representing the current user in `Enso_Cloud`.
- *Will be later able to list known users.*
- Added `Enso_Secret` representing a value defined in `Enso_Cloud`.
- Value not used within Enso only accessed within polyglot Java.
- Integrated into `Username_And_Password` and can be used within JDBC connections.
- Integrated into HTTP Headers so a secret can be used as a value.
- New `URI_With_Query` with the same API as `URI`. Supporting secrets in the value.
- *Will be integrated with AWS credentials.*
- Added `Enso_File` representing a file or a folder in the cloud.
- Support the same API as `File` (like the `S3_File`).
- *Will support `enso://` URI style access.*
2023-11-20 23:21:14 +00:00
..
AWS/0.0.0-dev Integrating Enso Cloud with the libraries (part 1...) (#8006) 2023-11-20 23:21:14 +00:00
Base/0.0.0-dev Integrating Enso Cloud with the libraries (part 1...) (#8006) 2023-11-20 23:21:14 +00:00
Database/0.0.0-dev Integrating Enso Cloud with the libraries (part 1...) (#8006) 2023-11-20 23:21:14 +00:00
Examples/0.0.0-dev S3 Read Access, Input Stream based reading (#7776) 2023-09-20 15:09:11 +00:00
Geo/0.0.0-dev Rename Decimal to Float (#7807) 2023-09-14 15:01:30 +00:00
Google_Api/0.0.0-dev S3 Read Access, Input Stream based reading (#7776) 2023-09-20 15:09:11 +00:00
Image/0.0.0-dev Integrating Enso Cloud with the libraries (part 1...) (#8006) 2023-11-20 23:21:14 +00:00
Searcher/0.0.0-dev New Data.post for sending a payload to a Web API (#7700) 2023-09-19 11:26:29 +00:00
Table/0.0.0-dev Integrating Enso Cloud with the libraries (part 1...) (#8006) 2023-11-20 23:21:14 +00:00
Test/0.0.0-dev Overhaul the random number and item generation code (#8127) 2023-10-31 15:25:37 +00:00
Visualization/0.0.0-dev Limit max_rows that are downloaded in Table.read by default, and warn if more rows are available (#8159) 2023-11-06 16:41:47 +00:00