Conversation
…pi_test.go and api_suite.yaml
…ing to 'sling serve mcp'
…query history entries
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
New Features
--home-dirflag: New flag acrosssling runand allsling connssubcommands (list,test,set,unset,exec,discover) to specify a custom sling home directory. SetsSLING_HOME_DIRand reloads connections accordingly.Column merge with defaults (
+prefix): Stream-levelcolumns:entries prefixed with+now merge withdefaults.columnsinstead of replacing them. Use+column_name: ~to unset a default. Without+, legacy replace behavior is preserved.Pipeline store variables in replications:
{store.xxx}variables set in pipeline steps are now accessible in inline replicationwhere:andsql:fields.API spec
range_stepsupport: Addedrange_stepto the endpoint context map, enabling three-part range expressions for backfill.API spec state variable rendering in
jmespath/jq: State variables (e.g.{state.endpoint_name}) are now resolved insidejmespathandjqresponse record expressions.Bug Fixes
SLING_LOGGINGenv from replication: MovedSLING_LOGGINGenv handling from per-task to replication-level so it takes effect before stream execution and properly reinitializes the logger.Direct insert incremental state:
writeToDbDirectlynow callsSyncColumns()andSyncStats()so incremental state (e.g. datetime update keys) is correctly captured after direct insert writes.Auth token refresh on retry: API retry logic now refreshes HTTP request headers from
conn.State.Auth.Headersbefore resending, fixing stale token issues after server-side token rotation (both single-request and mid-pagination scenarios).Windows path handling:
CleanWindowsPathapplied to local file locations inParseLocation, API specfile://paths, env file paths, andSLING_HOME_DIR.Oracle chunking with custom SQL: Fixed
AStable alias syntax for Oracle (which doesn't supportASfor subquery aliases).