nickva commented on PR #5603:
URL: https://github.com/apache/couchdb/pull/5603#issuecomment-3103336252

   > > http get $DB/db/_changes'?since=2025-07-21T22:00:00Z'
   > 
   > The re-use of `since` with different type will create problems for openAPI 
spec.
   
   I think it's inline with with how `now` is used and even in the 
implementation part it's treated similarly.
   
   Having some new parameter `from or `time_since` would be an option, however 
then:
     * We'd also need so alter the changes_args record and that's sent between 
nodes and so we may need an intermediate release to avoid breaking online 
upgrades etc.
     * Any place that passes through a since parameter like the replicator will 
need to updated to now know about two since parameters
     * The sequences emitted in the response are not different than with any 
other since either 0, now or 1-xyz. That is the user still gets back regular 
"seq" and "last_seq" values
    
   That's why I opted to stick with just "since" 
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to