connector 0.1.1
CRAN release: 2025-05-09
Enhancements
- Added pkgdown url to Description
- Added codecov in the workflow and badge
- Used an invisible return of the path for yaml manipulation functions
connector 0.0.9
Enhancements * Fix yaml dependency and xlsm extension * Add zephyr and remove options package. * Fix pkgdown problems with Connector
class. * Added upload_directory_cnt()
and download_directory_cnt()
generics relevant for ConnectorFS
. * Remove overwrite
option from Connector
write_cnt()
class method.
connector 0.0.8
connector 0.0.6
Breaking Changes
- Removed dependency on {connector.logger} package. Logging functionality is now integrated directly into {connector} using {whirl}.
Features
- Added integrated logging functionality using {whirl}.
- Implemented
log_read_connector()
,log_write_connector()
, andlog_remove_connector()
generics and methods for different connector types. - Connectors constructor now builds the datasources attribute.
- Added ability to write datasources attribute to a configuration file.
- Created a new class for nested connectors objects, “nested_connectors”.
- Added
tbl_cnt
toConnectorFS
for redundancy betweenfs
anddbi
types of connectors.
Enhancements
- Fixed
add_logs()
function to add logging capability to connections. - Enhanced CI compatibility in vignettes by adding a condition to set working directory when running in a CI environment.
- Expanded test coverage to include new logging functionality.
connector 0.0.4 (2024-12-03)
Features:
- Update of
create_directory_cnt()
- Added metadata as a parameter in
connect()
- More comprehensive testing
- Better integration with whirl through connector.logger