Changes in version 0.5.1 (2026-02-22) - added global for "id" to fix dependency on defunct dplyr function Changes in version 0.5.0 (2025-01-16) - added OAuth Server-to-Server (S2S) authentication support - minor changes to the documentation Changes in version 0.4.0 (2023-11-09) - added calculated metrics management functions - get_cm_functions - cm_function - cm_formula - cm_build - cm_delete - cm_update - cm_val - cm_copy - added segment management functions - seg_copy - seg_delete - seg_update - added project management functions - aw_get_project_config - aw_get_projects - proj_build - proj_update - Updated supporting functions - aw_call_api now handles Content-type in the head of the api call - Bug fix - aw_get_calculatedmetrics function now recognizes filters due to an includeType argument bug fix - issue #49 regarding ownerId filter not being recognized was fixed - fixed issue #142 related to building sequential segments - Enhancement - added 'internal' argument for calc metrics and segments that can be used to prevent segments and calc metrics from showing in the UI and causing confusion Changes in version 0.3.3 (2022-10-18) - Update to utilities make_timeframe function test Changes in version 0.3.2 (2022-04-05) - Refactored aw_call_data and aw_call_api into a single function - added internal function handle_api_errors() which is a more useful error handler for 206 and 400 type errors - Bug fix for 'get_usage_logs()` function Changes in version 0.3.1 (2022-03-22) - Bug fix for R get_usage_log() to better represent the endpoint - Added Getting Started Vignette Changes in version 0.1.2 - New get_usage() function that returns the usage and access logs for a given date range within a 3 month period. Changes in version 0.1.1 - New get_users() function that retrieves a list of all users for the company designated by the auth token. - Now includes catch for date_range end-date character value error Changes in version 0.1.0 - First public version - Added a NEWS.md file to track changes to the package.